log: removed warning buffer

The warning buffer is a complex piece of code for no good reason.
Remove it and find a better solution, e.g. open the log file earlier.
This commit is contained in:
Max Kellermann
2008-11-05 18:37:40 +01:00
parent b35ca9e5c4
commit 08aaf57ff0
3 changed files with 2 additions and 79 deletions
-2
View File
@@ -42,6 +42,4 @@ int cycle_log_files(void);
void close_log_files(void);
void flushWarningLog(void);
#endif /* LOG_H */