From fa519319f3c31f7ca63740c953c35dd4dc9e4b4a Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 3 Jan 2010 18:34:13 +0100 Subject: compiler warning cleanup --- conf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index ae3b760f..34026763 100644 --- a/conf.c +++ b/conf.c @@ -35,7 +35,6 @@ conf_load (void) { return -1; } int line = 0; - DB_conf_item_t *tail = NULL; while (fgets (str, 1024, fp) != NULL) { line++; if (str[0] == '#' || str[0] <= 0x20) { -- cgit v1.2.3