small stuff

This commit is contained in:
gabi
2014-03-07 00:14:05 +02:00
parent bf75bfd9fb
commit 63812d7a03
2 changed files with 1 additions and 3 deletions

View File

@@ -70,8 +70,6 @@ inline void c11log::formatters::default_formatter::_format_time(const log_clock:
tm_now.tm_min,
tm_now.tm_sec);
last_tm = tm_now;
}
dest << last_time_str;
}