From a3421a08f02acae62e014dd6c445ff06f52e5fb8 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 23 Sep 2015 17:38:42 +0300 Subject: [PATCH] planner.c: fix warnings about unused variables Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- planner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/planner.c b/planner.c index 722eeb12e..d4bf47854 100644 --- a/planner.c +++ b/planner.c @@ -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;