[PATCH 04/13] Remove unused variable

Anton Lundin glance at acc.umu.se
Wed Jan 15 00:30:35 UTC 2014


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 dive.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dive.c b/dive.c
index 1a9bdd9..7d62616 100644
--- a/dive.c
+++ b/dive.c
@@ -612,7 +612,6 @@ static void mark_used_tanks(struct dive *dive, struct divecomputer *dc)
 /* walk all divecomputers to find the unused tanks in this dive */
 static void check_for_unused_tanks(struct dive *dive)
 {
-	int i;
 	struct divecomputer *dc;
 
 	for_each_dc(dive, dc) {
-- 
1.8.3.2



More information about the subsurface mailing list