diff options
author | Brad King <brad.king@kitware.com> | 2006-02-10 00:29:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-02-10 00:29:09 (GMT) |
commit | 0748f6ae34bfda6c5931a5a915e5b169ce05906d (patch) | |
tree | 8b31d2d186d6be6a2e03b1f2929037ba8551fa9b /Source/cmLocalVisualStudio6Generator.cxx | |
parent | 6379f03f68040a89845ed5f9a68b577597e7fdda (diff) | |
download | CMake-0748f6ae34bfda6c5931a5a915e5b169ce05906d.zip CMake-0748f6ae34bfda6c5931a5a915e5b169ce05906d.tar.gz CMake-0748f6ae34bfda6c5931a5a915e5b169ce05906d.tar.bz2 |
COMP: Removed unused variables.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index 8873ab6..50e266f 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -512,8 +512,6 @@ cmLocalVisualStudio6Generator // Add the rule with the given dependencies and commands. const char* no_main_dependency = 0; - const char* no_comment = 0; - const char* no_working_directory = 0; m_Makefile->AddCustomCommandToOutput(output, depends, no_main_dependency, |