[cmake-commits] alex committed cmLocalVisualStudio7Generator.cxx
1.186 1.187
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri May 4 14:08:52 EDT 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv19631
Modified Files:
cmLocalVisualStudio7Generator.cxx
Log Message:
COMP: removed unused variable temp
Alex
Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- cmLocalVisualStudio7Generator.cxx 10 Apr 2007 13:54:01 -0000 1.186
+++ cmLocalVisualStudio7Generator.cxx 4 May 2007 18:08:50 -0000 1.187
@@ -1272,7 +1272,6 @@
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)
{
More information about the Cmake-commits
mailing list