From 0748f6ae34bfda6c5931a5a915e5b169ce05906d Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 9 Feb 2006 19:29:09 -0500
Subject: [PATCH] COMP: Removed unused variables.

---
 Source/cmLocalVisualStudio6Generator.cxx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 8873ab66de..50e266f820 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,
-- 
GitLab