diff options
author | Brad King <brad.king@kitware.com> | 2006-10-25 18:03:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-10-25 18:03:33 (GMT) |
commit | e15249f11e66c4e245c4f72b12eccc1162eda640 (patch) | |
tree | 4bd1f000be9db43c3e0e4d1e39f01c7413c1b1e7 /Source | |
parent | 89f098bc59a41fa1a3387c493f97705242315311 (diff) | |
download | CMake-e15249f11e66c4e245c4f72b12eccc1162eda640.zip CMake-e15249f11e66c4e245c4f72b12eccc1162eda640.tar.gz CMake-e15249f11e66c4e245c4f72b12eccc1162eda640.tar.bz2 |
COMP: Remove unused variable.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 1 |
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="; |