mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45: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 */
|
/* walk all divecomputers to find the unused tanks in this dive */
|
||||||
static void check_for_unused_tanks(struct dive *dive)
|
static void check_for_unused_tanks(struct dive *dive)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
struct divecomputer *dc;
|
struct divecomputer *dc;
|
||||||
|
|
||||||
for_each_dc(dive, dc) {
|
for_each_dc(dive, dc) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue