diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:54:08 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:54:08 (GMT) |
commit | 4dec2a174a83415e9b6d26f4d0e0750111a051ef (patch) | |
tree | acfdb2c1ba2a7ec5147dabdbdcc079c61a839992 /Source/cmAddCustomCommandCommand.cxx | |
parent | 2d9fbbd94ce170e04ee1dbea72a1dcb909db951b (diff) | |
download | CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.zip CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.gz CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.bz2 |
remove unused variables
Diffstat (limited to 'Source/cmAddCustomCommandCommand.cxx')
-rw-r--r-- | Source/cmAddCustomCommandCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.cxx b/Source/cmAddCustomCommandCommand.cxx index f601ecc..969c68b 100644 --- a/Source/cmAddCustomCommandCommand.cxx +++ b/Source/cmAddCustomCommandCommand.cxx @@ -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, |