summaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 0 insertions, 1 deletions
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) {