From 4d6b09037d8c640763504ad1378d42b12ef975aa Mon Sep 17 00:00:00 2001 From: Bryon Bean Date: Mon, 23 Oct 2017 08:16:45 -0400 Subject: cmCTestRunTest: Drop unused members --- Source/CTest/cmCTestRunTest.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h index d5aa589..95b3e41 100644 --- a/Source/CTest/cmCTestRunTest.h +++ b/Source/CTest/cmCTestRunTest.h @@ -88,14 +88,6 @@ private: cmCTestTestHandler* TestHandler; cmCTest* CTest; cmProcess* TestProcess; - // If the executable to run is ctest, don't create a new process; - // just instantiate a new cmTest. (Can be disabled for a single test - // if this option is set to false.) - // bool OptimizeForCTest; - - bool UsePrefixCommand; - std::string PrefixCommand; - std::string ProcessOutput; std::string CompressedOutput; double CompressionRatio; -- cgit v0.12