瀏覽代碼

ENH: remove warning

Bill Hoffman 22 年之前
父節點
當前提交
eb9c51a5ad
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()))
     {