diff options
author | Bryon Bean <bryon.bean@kitware.com> | 2017-10-23 12:16:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-01-10 15:19:13 (GMT) |
commit | 4d6b09037d8c640763504ad1378d42b12ef975aa (patch) | |
tree | 5081bb2bba9174eb2416a426b88167b2630f1e8d | |
parent | 05da65bc22dee788576504cdd203e5fdd5f9d633 (diff) | |
download | CMake-4d6b09037d8c640763504ad1378d42b12ef975aa.zip CMake-4d6b09037d8c640763504ad1378d42b12ef975aa.tar.gz CMake-4d6b09037d8c640763504ad1378d42b12ef975aa.tar.bz2 |
cmCTestRunTest: Drop unused members
-rw-r--r-- | Source/CTest/cmCTestRunTest.h | 8 |
1 files changed, 0 insertions, 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; |