diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 12:14:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 12:14:46 -0700 |
commit | 0813d2168a8b7d85d2d12c042508ce1ed2d98fda (patch) | |
tree | c2b2282f2a22e377e8b37ff39b2fe1641727544c /core/save-git.c | |
parent | aabcff9c5402a9b83c799a0a29172777e0383217 (diff) | |
download | subsurface-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.c | 2 |
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 = {}; |