diff options
Diffstat (limited to 'core/statistics.c')
-rw-r--r-- | core/statistics.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/statistics.c b/core/statistics.c index ff8122124..4ce110d07 100644 --- a/core/statistics.c +++ b/core/statistics.c @@ -344,7 +344,6 @@ bool is_cylinder_used(struct dive *dive, int idx) void get_gas_used(struct dive *dive, volume_t gases[MAX_CYLINDERS]) { int idx; - struct divecomputer *dc; for (idx = 0; idx < MAX_CYLINDERS; idx++) { cylinder_t *cyl = &dive->cylinder[idx]; |