diff --git a/server/TracyFileRead.hpp b/server/TracyFileRead.hpp index 609731b7..56368888 100644 --- a/server/TracyFileRead.hpp +++ b/server/TracyFileRead.hpp @@ -90,7 +90,6 @@ public: ReadBig( &tmp, sizeof( T ) ); memcpy( &v, &tmp, sizeof( T ) ); } - } template