summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-12-15 12:20:54 (GMT)
committerBrad King <brad.king@kitware.com>2018-01-08 17:55:00 (GMT)
commit1138feb38f4e6d259ded23312b7f0f2184ac816a (patch)
tree2abd55c1d0063e707387e11709552d52d7d896c0 /Source/cmCTest.cxx
parent4ffb0f8b45a5abd51a04a399461c9096019a87f8 (diff)
downloadCMake-1138feb38f4e6d259ded23312b7f0f2184ac816a.zip
CMake-1138feb38f4e6d259ded23312b7f0f2184ac816a.tar.gz
CMake-1138feb38f4e6d259ded23312b7f0f2184ac816a.tar.bz2
cmCTest: Remove unused member LastStopTimeout
This member was added by commit v2.8.2~285 (Better detection of stop_time being passed, 2010-03-19), but its logic has no effect. The member is only used for comparison against a value to which it was just assigned.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 26e1dcb..339bf5a 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -279,7 +279,6 @@ cmCTest::cmCTest()
this->InteractiveDebugMode = true;
this->TimeOut = std::chrono::duration<double>::zero();
this->GlobalTimeout = std::chrono::duration<double>::zero();
- this->LastStopTimeout = std::chrono::hours(24);
this->CompressXMLFiles = false;
this->ScheduleType.clear();
this->StopTime.clear();