mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
BUG: Remove some old legacy code and remove memory leak
This commit is contained in:
@@ -65,9 +65,6 @@ struct cmListFile
|
||||
bool ParseFile(const char* path, bool requireProjectCommand);
|
||||
long int m_ModifiedTime;
|
||||
std::vector<cmListFileFunction> m_Functions;
|
||||
typedef std::map<cmStdString, char*> UniqueStrings;
|
||||
UniqueStrings m_UniqueStrings;
|
||||
const char* GetUniqueStringPointer(const char* name);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user