summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-15 13:54:08 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-15 13:54:08 (GMT)
commit4dec2a174a83415e9b6d26f4d0e0750111a051ef (patch)
treeacfdb2c1ba2a7ec5147dabdbdcc079c61a839992 /Source/cmAddCustomCommandCommand.cxx
parent2d9fbbd94ce170e04ee1dbea72a1dcb909db951b (diff)
downloadCMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.zip
CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.gz
CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.bz2
remove unused variables
Diffstat (limited to 'Source/cmAddCustomCommandCommand.cxx')
-rw-r--r--Source/cmAddCustomCommandCommand.cxx1
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,