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

String map is not needed when reading timeline.

This commit is contained in:
Bartosz Taudul
2017-11-10 18:22:41 +01:00
parent 2887753b5d
commit 8e78e38334
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ private:
void Write( FileWrite& f );
void WriteTimeline( FileWrite& f, const Vector<ZoneEvent*>& vec );
void ReadTimeline( FileRead& f, Vector<ZoneEvent*>& vec, const std::unordered_map<uint64_t, const char*>& stringMap );
void ReadTimeline( FileRead& f, Vector<ZoneEvent*>& vec );
std::string m_addr;