From 334b70c65f512ed621c65d1fa4e812f1f80e30b6 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 23 Sep 2015 17:38:39 +0300 Subject: file.c: fix warnings about unused variables Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/file.c b/file.c index a7a340f09..a7b407f6d 100644 --- a/file.c +++ b/file.c @@ -844,7 +844,6 @@ int parse_csv_file(const char *filename, char **params, int pnr, const char *csv struct memblock mem; time_t now; struct tm *timep = NULL; - int previous; char tmpbuf[MAXCOLDIGITS]; /* Increase the limits for recursion and variables on XSLT @@ -889,7 +888,6 @@ int parse_csv_file(const char *filename, char **params, int pnr, const char *csv fprintf(stderr, "%s/xslt/csv2xml.xslt -\n", SUBSURFACE_SOURCE); } - previous = dive_table.nr; ret = parse_xml_buffer(filename, mem.buffer, mem.size, &dive_table, (const char **)params); free(mem.buffer); -- cgit v1.2.3-70-g09d2