diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-09-23 17:38:42 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-23 09:14:59 -0700 |
commit | a3421a08f02acae62e014dd6c445ff06f52e5fb8 (patch) | |
tree | 974c7b3b2b0b2618cf7d523d51860e5a7e486e6e /planner.c | |
parent | 4c5c7e17338604fe7534a6b451b1789dff55a37c (diff) | |
download | subsurface-a3421a08f02acae62e014dd6c445ff06f52e5fb8.tar.gz |
planner.c: fix warnings about unused variables
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.c')
-rw-r--r-- | planner.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -975,7 +975,6 @@ bool plan(struct diveplan *diveplan, char **cached_datap, bool is_planner, bool unsigned int *stoplevels = NULL; bool stopping = false; bool pendinggaschange = false; - bool clear_to_ascend; int clock, previous_point_time; int avg_depth, max_depth, bottom_time = 0; int last_ascend_rate; |