From 6b9a1268a4b1d168d8407eab4df96a7ba18c4971 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Tue, 22 Aug 2017 17:19:14 +0300 Subject: [core] enable Thread destruction from arbitrary threads --- include/mbgl/util/thread.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/mbgl/util/thread.hpp b/include/mbgl/util/thread.hpp index 572f46080e..672eebf6db 100644 --- a/include/mbgl/util/thread.hpp +++ b/include/mbgl/util/thread.hpp @@ -61,8 +61,6 @@ public: } ~Thread() override { - MBGL_VERIFY_THREAD(tid); - if (paused) { resume(); } -- cgit v1.2.1