diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-09-23 17:38:40 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-23 09:14:40 -0700 |
commit | b4b16ab7ab8c72b867c4cd8f2b13a1e59ac0fe6e (patch) | |
tree | 19b2b9a8f9c2cc57b0e2a6b3b57d894949cc388c /libdivecomputer.c | |
parent | 334b70c65f512ed621c65d1fa4e812f1f80e30b6 (diff) | |
download | subsurface-b4b16ab7ab8c72b867c4cd8f2b13a1e59ac0fe6e.tar.gz |
libdivecomputer.c: fix warnings about unused variables
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.c')
-rw-r--r-- | libdivecomputer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdivecomputer.c b/libdivecomputer.c index 631e0dade..26f5e59bd 100644 --- a/libdivecomputer.c +++ b/libdivecomputer.c @@ -614,8 +614,6 @@ static int dive_cb(const unsigned char *data, unsigned int size, int rc; dc_parser_t *parser = NULL; device_data_t *devdata = userdata; - dc_datetime_t dt = { 0 }; - struct tm tm; struct dive *dive = NULL; /* reset the deco / ndl data */ |