cmCTestRunTest: Drop unused members

This commit is contained in:
Bryon Bean
2017-10-23 08:16:45 -04:00
committed by Brad King
parent 05da65bc22
commit 4d6b09037d

View File

@@ -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;