summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:38:53 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:38:53 (GMT)
commit41017cbc88b7f5e7de3df57f2626a7214eaeeb85 (patch)
tree26d46011cb0fa5243819d64840c088290d74cea5 /Source/cmCacheManager.cxx
parentf3ebd438c75da4534ee77514381976d800db7bef (diff)
downloadCMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.zip
CMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.tar.gz
CMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.tar.bz2
ENH: clean up warnings
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index 9d0a63e..a45ae32 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -139,7 +139,6 @@ bool cmCacheManager::LoadCache(const char* path,
// input line is: "key":type=value
cmRegularExpression regQuoted("^\"([^\"]*)\":([^=]*)=(.*[^\t ]|[\t ]*)[\t ]*$");
- std::set<std::string>::const_iterator iter;
std::string entryKey;
while(fin)
{