diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-01-15 09:30:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-15 15:49:45 +0700 |
commit | a8bad45b6274e2c963a1825d76142bbf9f242afc (patch) | |
tree | 4723c579a3521311bd655d9ce4e6cf086956be07 /dive.c | |
parent | 2ebe03ab4042d2962e63e3d4f9a7bc714452e173 (diff) | |
download | subsurface-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |