Browse Source

ENH: remove warning

Bill Hoffman 22 năm trước cách đây
mục cha
commit
eb9c51a5ad
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Source/cmCTest.cxx

+ 0 - 1
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()))
     {