diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:54:08 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:54:08 (GMT) |
commit | 4dec2a174a83415e9b6d26f4d0e0750111a051ef (patch) | |
tree | acfdb2c1ba2a7ec5147dabdbdcc079c61a839992 /Source/cmListFileCache.cxx | |
parent | 2d9fbbd94ce170e04ee1dbea72a1dcb909db951b (diff) | |
download | CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.zip CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.gz CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.bz2 |
remove unused variables
Diffstat (limited to 'Source/cmListFileCache.cxx')
-rw-r--r-- | Source/cmListFileCache.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx index fcfd75c..83dd3cf 100644 --- a/Source/cmListFileCache.cxx +++ b/Source/cmListFileCache.cxx @@ -88,8 +88,6 @@ bool cmListFileCache::CacheFile(const char* path) cmSystemTools::Error("cmListFileCache: error can not open file ", path); return false; } - std::string name; - std::vector<std::string> arguments; cmListFile inFile; inFile.m_ModifiedTime = cmSystemTools::ModifiedTime(path); bool parseError; |