summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-25 18:03:33 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-25 18:03:33 (GMT)
commite15249f11e66c4e245c4f72b12eccc1162eda640 (patch)
tree4bd1f000be9db43c3e0e4d1e39f01c7413c1b1e7 /Source
parent89f098bc59a41fa1a3387c493f97705242315311 (diff)
downloadCMake-e15249f11e66c4e245c4f72b12eccc1162eda640.zip
CMake-e15249f11e66c4e245c4f72b12eccc1162eda640.tar.gz
CMake-e15249f11e66c4e245c4f72b12eccc1162eda640.tar.bz2
COMP: Remove unused variable.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 0c6abd2..0c29c03 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -804,7 +804,6 @@ cmLocalVisualStudio6Generator::CreateTargetRules(cmTarget &target,
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=";