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:
Lubomir I. Ivanov 2015-09-23 17:38:40 +03:00 committed by Dirk Hohndel
parent 334b70c65f
commit b4b16ab7ab

View file

@ -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 */