summaryrefslogtreecommitdiffstats
path: root/core/file.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-11 10:32:00 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-11 10:32:00 -0700
commitc580122727bed763ca1bd1ee5bfab29756e9cc69 (patch)
tree5386daabc12d324604b2439194bb4b5ede7217f9 /core/file.c
parent710d47a2dad949e8d9a444887acd40f408db1dca (diff)
downloadsubsurface-c580122727bed763ca1bd1ee5bfab29756e9cc69.tar.gz
Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/file.c')
-rw-r--r--core/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/file.c b/core/file.c
index b5bf79c5a..5e51cda42 100644
--- a/core/file.c
+++ b/core/file.c
@@ -917,7 +917,6 @@ int parse_csv_file(const char *filename, char **params, int pnr, const char *csv
char *ptr = NULL;
char *NL = NULL;
char *iter = NULL;
- char *tmp = NULL;
csvtemplate = "csv";
if (readfile(filename, &mem) < 0)