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

Remove dead code.

This commit is contained in:
Bartosz Taudul
2017-10-22 15:40:56 +02:00
parent 7345ca5aa6
commit b72d4b05de
2 changed files with 0 additions and 20 deletions
-1
View File
@@ -168,7 +168,6 @@ private:
uint64_t GetFrameEnd( size_t idx ) const;
int64_t GetLastTime() const;
int64_t GetZoneEnd( const ZoneEvent& ev ) const;
Vector<ZoneEvent*>& GetParentVector( const ZoneEvent& ev );
const char* TimeToString( int64_t ns ) const;
const char* RealToString( double val, bool separator ) const;
const char* GetString( uint64_t ptr ) const;