daemon: Remove redundant assignment to time_format

This commit is contained in:
Tobias Brunner
2018-09-17 16:41:18 +02:00
parent 11b4a87050
commit 7855ad4c9e
-2
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);