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

Base address is not needed.

This commit is contained in:
Bartosz Taudul
2020-03-27 23:58:25 +01:00
parent 5249eb4428
commit 058369bc7a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -39,7 +39,6 @@ private:
ImFont* m_font;
const char* m_file;
uint64_t m_symAddr;
uint64_t m_baseAddr;
uint64_t m_targetAddr;
char* m_data;
size_t m_dataSize;