mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
libdivecomputer.c: fix warnings about unused variables
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
334b70c65f
commit
b4b16ab7ab
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue