From f1e02b29938987628526a4018ff38166c71e9b9d Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 4 May 2007 14:08:50 -0400 Subject: [PATCH] COMP: removed unused variable temp Alex --- Source/cmLocalVisualStudio7Generator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index ebb2b63bd..c40ca4298 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::const_iterator d = depends.begin(); d != depends.end(); ++d) {