diff --git a/server/TracyVector.hpp b/server/TracyVector.hpp index d63fe2ec..db2474f8 100644 --- a/server/TracyVector.hpp +++ b/server/TracyVector.hpp @@ -11,10 +11,6 @@ namespace tracy { -#if 0 -template -using Vector = std::vector; -#else #pragma pack( 1 ) template class Vector @@ -241,7 +237,6 @@ private: uint8_t m_capacity; }; #pragma pack() -#endif }