Remove unused variable

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-01-15 09:30:35 +01:00 committed by Dirk Hohndel
parent 2ebe03ab40
commit a8bad45b62

1
dive.c
View file

@ -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) {