From a8bad45b6274e2c963a1825d76142bbf9f242afc Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 15 Jan 2014 09:30:35 +0100 Subject: [PATCH] Remove unused variable Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- dive.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dive.c b/dive.c index 1a9bdd97a..7d62616b6 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) {