daemon: Remove redundant assignment to time_format

This commit is contained in:
Tobias Brunner 2018-09-14 16:10:46 +02:00
parent 11b4a87050
commit 7855ad4c9e
1 changed files with 0 additions and 2 deletions

View File

@ -499,8 +499,6 @@ static void load_file_logger(private_daemon_t *this, char *section,
"%s.filelog.%s.flush_line", FALSE, lib->ns, section);
append = lib->settings->get_bool(lib->settings,
"%s.filelog.%s.append", TRUE, lib->ns, section);
time_format = lib->settings->get_str(lib->settings,
"%s.filelog.%s.time_format", NULL, lib->ns, section);
filename = lib->settings->get_str(lib->settings,
"%s.filelog.%s.path", section, lib->ns, section);