We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad187d commit 1ce7e74Copy full SHA for 1ce7e74
1 file changed
src/schemareader.h
@@ -108,11 +108,7 @@ class SchemaReader
108
std::string SplitTemplatedName( CSchemaType *type ) const;
109
110
private:
111
-#if SOURCE_ENGINE == SE_CS2
112
CKV3Arena m_KV3Context;
113
-#else
114
- CKeyValues3Context m_KV3Context;
115
-#endif
116
117
std::map<CSchemaType *, int> m_TypeMap;
118
std::filesystem::path m_OutPath;
0 commit comments