summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-12-15 13:24:24 (GMT)
committerBrad King <brad.king@kitware.com>2018-01-08 17:55:01 (GMT)
commit4c199a4c28a0647c0277c7009b5f6e81b26333bb (patch)
tree96ee0fb079b8177e50e5737e37a0bfc7b7123aab /Source/CTest/cmCTestRunTest.h
parent2567e5df69c1a4276c5e51dfa6c49482b24b1545 (diff)
downloadCMake-4c199a4c28a0647c0277c7009b5f6e81b26333bb.zip
CMake-4c199a4c28a0647c0277c7009b5f6e81b26333bb.tar.gz
CMake-4c199a4c28a0647c0277c7009b5f6e81b26333bb.tar.bz2
cmCTestRunTest: Subsume ResolveTimeout into only call site
Diffstat (limited to 'Source/CTest/cmCTestRunTest.h')
-rw-r--r--Source/CTest/cmCTestRunTest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h
index cd380ca..136b9ef 100644
--- a/Source/CTest/cmCTestRunTest.h
+++ b/Source/CTest/cmCTestRunTest.h
@@ -78,8 +78,6 @@ private:
bool NeedsToRerun();
void DartProcessing();
void ExeNotFound(std::string exe);
- // Figures out a final timeout which is min(STOP_TIME, NOW+TIMEOUT)
- std::chrono::duration<double> ResolveTimeout();
bool ForkProcess(std::chrono::duration<double> testTimeOut,
bool explicitTimeout,
std::vector<std::string>* environment);