remove unused variables

This commit is contained in:
Ken Martin
2002-09-15 09:54:08 -04:00
parent 2d9fbbd94c
commit 4dec2a174a
8 changed files with 0 additions and 13 deletions

View File

@@ -34,7 +34,6 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector<std::string> const& args
std::string source, command, target;
std::vector<std::string> command_args, depends, outputs;
std::string outDir = m_Makefile->GetCurrentOutputDirectory();
enum tdoing {
doing_source,