From 222d9957a1a566464d6a824caaf9a56539eb3234 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 28 Mar 2021 22:33:24 +0100 Subject: cIsThread cleanup + Semi-gracefully handle unexpected exceptions * No-one cared about the return values, remove them --- src/DeadlockDetect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DeadlockDetect.h') diff --git a/src/DeadlockDetect.h b/src/DeadlockDetect.h index a2ec1823f..98ce13df3 100644 --- a/src/DeadlockDetect.h +++ b/src/DeadlockDetect.h @@ -31,7 +31,7 @@ public: virtual ~cDeadlockDetect() override; /** Starts the detection. Hides cIsThread's Start, because we need some initialization */ - bool Start(int a_IntervalSec); + void Start(int a_IntervalSec); /** Adds the critical section for tracking. Tracked CSs are listed, together with ownership details, when a deadlock is detected. -- cgit v1.2.3