aboutsummaryrefslogtreecommitdiffstats
path: root/core/save-git.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:14:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:14:46 -0700
commit0813d2168a8b7d85d2d12c042508ce1ed2d98fda (patch)
treec2b2282f2a22e377e8b37ff39b2fe1641727544c /core/save-git.c
parentaabcff9c5402a9b83c799a0a29172777e0383217 (diff)
downloadsubsurface-0813d2168a8b7d85d2d12c042508ce1ed2d98fda.tar.gz
Remove some unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/save-git.c')
-rw-r--r--core/save-git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c
index 1fe2642ff..8b555c191 100644
--- a/core/save-git.c
+++ b/core/save-git.c
@@ -348,7 +348,7 @@ static void save_sample(struct membuffer *b, struct sample *sample, struct sampl
static void save_samples(struct membuffer *b, struct dive *dive, struct divecomputer *dc)
{
int nr;
- int o2sensor, legacy;
+ int o2sensor;
struct sample *s;
struct sample dummy = {};