diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/file.c | 1 |
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) |