BUG: Remove some old legacy code and remove memory leak

This commit is contained in:
Andy Cedilnik
2006-03-08 10:52:29 -05:00
parent d91bd3dbd3
commit 892a439fad
2 changed files with 2 additions and 21 deletions

View File

@@ -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