summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-01-15 09:30:35 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-15 15:49:45 +0700
commita8bad45b6274e2c963a1825d76142bbf9f242afc (patch)
tree4723c579a3521311bd655d9ce4e6cf086956be07 /dive.c
parent2ebe03ab4042d2962e63e3d4f9a7bc714452e173 (diff)
downloadsubsurface-a8bad45b6274e2c963a1825d76142bbf9f242afc.tar.gz
Remove unused variable
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c1
1 files changed, 0 insertions, 1 deletions
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) {