planner.c: fix warnings about unused variables
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4c5c7e1733
commit
a3421a08f0
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user