From b4b16ab7ab8c72b867c4cd8f2b13a1e59ac0fe6e Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 23 Sep 2015 17:38:40 +0300 Subject: [PATCH] libdivecomputer.c: fix warnings about unused variables Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- libdivecomputer.c | 2 -- 1 file changed, 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 */