diff options
author | Brad King <brad.king@kitware.com> | 2023-05-04 19:21:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-05-04 20:58:43 (GMT) |
commit | 59336b29bd713c288423d8330c74b74cfc0eaf58 (patch) | |
tree | e9ca4de317a910228065308154f77286568513e1 /Source/CTest/cmCTestRunTest.h | |
parent | 07b5087ba7ac3f55ee0f739717306a028d4244e1 (diff) | |
download | CMake-59336b29bd713c288423d8330c74b74cfc0eaf58.zip CMake-59336b29bd713c288423d8330c74b74cfc0eaf58.tar.gz CMake-59336b29bd713c288423d8330c74b74cfc0eaf58.tar.bz2 |
cmCTestRunTest: Remove unnecessary arguments to ForkProcess
Diffstat (limited to 'Source/CTest/cmCTestRunTest.h')
-rw-r--r-- | Source/CTest/cmCTestRunTest.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h index 7a97fa9..b2f4377 100644 --- a/Source/CTest/cmCTestRunTest.h +++ b/Source/CTest/cmCTestRunTest.h @@ -110,10 +110,7 @@ private: bool NeedsToRepeat(); void ParseOutputForMeasurements(); void ExeNotFound(std::string exe); - bool ForkProcess(cmDuration testTimeOut, bool explicitTimeout, - std::vector<std::string>* environment, - std::vector<std::string>* environment_modification, - std::vector<size_t>* affinity); + bool ForkProcess(cmDuration testTimeOut); void WriteLogOutputTop(size_t completed, size_t total); // Run post processing of the process output for MemCheck void MemCheckPostProcess(); |