diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 15:52:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 15:52:29 (GMT) |
commit | 892a439fad949bb535523856a4c2bc18162e414e (patch) | |
tree | 0976b251a0415002790280e0b7a6e65b9617efda /Source/cmListFileCache.h | |
parent | d91bd3dbd37e645f756191799a9521284e81c1b2 (diff) | |
download | CMake-892a439fad949bb535523856a4c2bc18162e414e.zip CMake-892a439fad949bb535523856a4c2bc18162e414e.tar.gz CMake-892a439fad949bb535523856a4c2bc18162e414e.tar.bz2 |
BUG: Remove some old legacy code and remove memory leak
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r-- | Source/cmListFileCache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h index fc35c37..c36f562 100644 --- a/Source/cmListFileCache.h +++ b/Source/cmListFileCache.h @@ -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 |