[cmake-commits] king committed cmLocalVisualStudio6Generator.cxx 1.107 1.108

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 25 14:03:36 EDT 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv11554

Modified Files:
	cmLocalVisualStudio6Generator.cxx 
Log Message:
COMP: Remove unused variable.


Index: cmLocalVisualStudio6Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio6Generator.cxx,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- cmLocalVisualStudio6Generator.cxx	25 Oct 2006 16:49:27 -0000	1.107
+++ cmLocalVisualStudio6Generator.cxx	25 Oct 2006 18:03:33 -0000	1.108
@@ -804,7 +804,6 @@
   int postbuild_total = 
     static_cast<int>(target.GetPostBuildCommands().size());
   int postbuild_count = 0;
-  const char* postbuild_newline = "\\\n\t";
   if(postbuild_total > 0)
     {
     customRuleCode += "PostBuild_Cmds=";



More information about the Cmake-commits mailing list