diff options
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index d676a41..55dd133 100644 --- a/src/config.c +++ b/src/config.c @@ -162,7 +162,6 @@ void config_init(config_t *config, FILE *file) char *key; while ((key = any_ini_stream_next_key(&ini)) != NULL) { - int line = ini.line; char *value = any_ini_stream_next_value(&ini); log_value_trace("Reading config entry", |
