summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-04 18:08:50 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-04 18:08:50 (GMT)
commitf1e02b29938987628526a4018ff38166c71e9b9d (patch)
treeb0ad17852f82e41d9a831ab44973b975d2c6a8d4 /Source
parent16b1f05fc24ecc070f040f2fd94fead666e47ade (diff)
downloadCMake-f1e02b29938987628526a4018ff38166c71e9b9d.zip
CMake-f1e02b29938987628526a4018ff38166c71e9b9d.tar.gz
CMake-f1e02b29938987628526a4018ff38166c71e9b9d.tar.bz2
COMP: removed unused variable temp
Alex
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index ebb2b63..c40ca42 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -1272,7 +1272,6 @@ WriteCustomRule(std::ostream& fout,
else
{
// Write out the dependencies for the rule.
- std::string temp;
for(std::vector<std::string>::const_iterator d = depends.begin();
d != depends.end(); ++d)
{