mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
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:
parent
2ebe03ab40
commit
a8bad45b62
1 changed files with 0 additions and 1 deletions
1
dive.c
1
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue