1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

More PR feedback

This commit is contained in:
Joshua Kriegshauser
2024-10-02 12:50:12 -07:00
parent e1554a13e0
commit 66edfaec42
2 changed files with 5 additions and 4 deletions
-1
View File
@@ -1010,7 +1010,6 @@ private:
std::atomic_bool m_inUse{ false };
#endif
char* m_safeSendBuffer;
constexpr static size_t m_safeSendBufferSize = 65536;
#if defined _WIN32
void* m_prevHandler;