Refactored log writer

This commit is contained in:
SChernykh
2023-05-26 11:19:39 +02:00
parent beea3e2184
commit 183bab110e
2 changed files with 30 additions and 46 deletions

View File

@@ -105,8 +105,6 @@ struct Stream
FORCEINLINE int getNumberWidth() const { return m_numberWidth; }
FORCEINLINE void setNumberWidth(int width) { m_numberWidth = width; }
NOINLINE void writeCurrentTime();
int m_pos;
int m_numberWidth;
char* m_buf;