diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-01-08 13:19:40 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-01-08 13:19:40 (GMT) |
commit | eb9c51a5ad54759373d9d75e731803cf157f9d8f (patch) | |
tree | 06f80ac8af8557dae58cebcbf64f35d4cf42c704 | |
parent | a0afa50252c52650c1cbd63767f19a6e8690ed75 (diff) | |
download | CMake-eb9c51a5ad54759373d9d75e731803cf157f9d8f.zip CMake-eb9c51a5ad54759373d9d75e731803cf157f9d8f.tar.gz CMake-eb9c51a5ad54759373d9d75e731803cf157f9d8f.tar.bz2 |
ENH: remove warning
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 8e237f6..79c18aa 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2820,7 +2820,6 @@ int cmCTest::RunMakeCommand(const char* command, std::string* output, int cmCTest::RunTest(std::vector<const char*> argv, std::string* output, int *retVal) { - std::string cmd = argv[0]; #if 0 if(cmSystemTools::SameFile(argv[0], m_CTestSelf.c_str())) { |