[PATCH 6/7] planner.c: fix warnings about unused variables

Lubomir I. Ivanov neolit123 at gmail.com
Wed Sep 23 07:38:42 PDT 2015


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 planner.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/planner.c b/planner.c
index 722eeb1..d4bf478 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;
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list