Update file_helper.h

This commit is contained in:
Gabi Melman 2017-04-02 13:05:02 +03:00 committed by GitHub
parent 129781fd17
commit 15af514951
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
// Helper class for file sink
// When failing to open a file, retry several times(5) with small delay between the tries(10 ms)
// Can be set to auto flush on every line
// Throw spdlog_ex exception on errors
#include <spdlog/details/os.h>