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/cmaketest.cxx | |
parent | 2d9fbbd94ce170e04ee1dbea72a1dcb909db951b (diff) | |
download | CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.zip CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.gz CMake-4dec2a174a83415e9b6d26f4d0e0750111a051ef.tar.bz2 |
remove unused variables
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index 8030983..3fe0780 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -145,7 +145,6 @@ int main (int argc, char **argv) makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str()); std::string lowerCaseCommand = makeCommand; cmSystemTools::LowerCase(lowerCaseCommand); - std::string dartMakeCommand = DART_MAKECOMMAND; // if msdev is the make program then do the following // MSDEV 6.0 if(lowerCaseCommand.find("msdev") != std::string::npos) |