Skip to content

Commit 1ce7e74

Browse files
committed
Update for latest hl2sdk-deadlock & dota changes
1 parent 6ad187d commit 1ce7e74

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/schemareader.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,7 @@ class SchemaReader
108108
std::string SplitTemplatedName( CSchemaType *type ) const;
109109

110110
private:
111-
#if SOURCE_ENGINE == SE_CS2
112111
CKV3Arena m_KV3Context;
113-
#else
114-
CKeyValues3Context m_KV3Context;
115-
#endif
116112

117113
std::map<CSchemaType *, int> m_TypeMap;
118114
std::filesystem::path m_OutPath;

0 commit comments

Comments
 (0)