diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-08-22 17:19:14 +0300 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-08-30 17:18:37 +0300 |
commit | 6b9a1268a4b1d168d8407eab4df96a7ba18c4971 (patch) | |
tree | 259de18963e4d1fde2c248b7dc2856c19f7dbfbc /include/mbgl/util | |
parent | 0bb97e2307f1aa0c244dbacd7917d0f6c3e3d3fd (diff) | |
download | qtlocation-mapboxgl-6b9a1268a4b1d168d8407eab4df96a7ba18c4971.tar.gz |
[core] enable Thread destruction from arbitrary threads
Diffstat (limited to 'include/mbgl/util')
-rw-r--r-- | include/mbgl/util/thread.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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(); } |