ENH: remove warning

This commit is contained in:
Bill Hoffman 2004-01-08 08:19:40 -05:00
parent a0afa50252
commit eb9c51a5ad
1 changed files with 0 additions and 1 deletions

View File

@ -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()))
{