diff options
author | madmaxoft <github@xoft.cz> | 2013-08-19 22:35:27 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-19 22:35:27 +0200 |
commit | 2d7c72f1b705560822b15f11208f1e5d6a735d86 (patch) | |
tree | d226b0e5de8ab1c43b00875d8b722f487ed60175 /source/DeadlockDetect.h | |
parent | Fixed WorldTickThread reporting wrong time durations for each tick. (diff) | |
download | cuberite-2d7c72f1b705560822b15f11208f1e5d6a735d86.tar cuberite-2d7c72f1b705560822b15f11208f1e5d6a735d86.tar.gz cuberite-2d7c72f1b705560822b15f11208f1e5d6a735d86.tar.bz2 cuberite-2d7c72f1b705560822b15f11208f1e5d6a735d86.tar.lz cuberite-2d7c72f1b705560822b15f11208f1e5d6a735d86.tar.xz cuberite-2d7c72f1b705560822b15f11208f1e5d6a735d86.tar.zst cuberite-2d7c72f1b705560822b15f11208f1e5d6a735d86.zip |
Diffstat (limited to 'source/DeadlockDetect.h')
-rw-r--r-- | source/DeadlockDetect.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/DeadlockDetect.h b/source/DeadlockDetect.h index bbd76826a..2559c3fff 100644 --- a/source/DeadlockDetect.h +++ b/source/DeadlockDetect.h @@ -31,9 +31,6 @@ public: /// Starts the detection. Hides cIsThread's Start, because we need some initialization bool Start(void); - /// Stops the detection. Hides cIsThread's Stop, because we need to signal m_EvtTerminate - void Stop(void); - protected: struct sWorldAge { @@ -49,8 +46,6 @@ protected: WorldAges m_WorldAges; - cEvent m_EvtTerminate; - // cIsThread overrides: virtual void Execute(void) override; |