diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-31 03:53:34 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-31 03:53:34 +0000 |
| commit | 8221a129922841c9c8ce35f6ad42437729690715 (patch) | |
| tree | 9e29781491f5b3ecf8b5a2914760fb6d05ca5188 /databases/foundationdb/files/patch-flow_IThreadPool.cpp | |
| parent | emulators/citra: unbreak on i386 with clang 5+ (diff) | |
Update to 5.2.2.
Diffstat (limited to 'databases/foundationdb/files/patch-flow_IThreadPool.cpp')
| -rw-r--r-- | databases/foundationdb/files/patch-flow_IThreadPool.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/foundationdb/files/patch-flow_IThreadPool.cpp b/databases/foundationdb/files/patch-flow_IThreadPool.cpp deleted file mode 100644 index 94c31dd8e08c..000000000000 --- a/databases/foundationdb/files/patch-flow_IThreadPool.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- flow/IThreadPool.cpp.orig 2018-04-28 14:40:31 UTC -+++ flow/IThreadPool.cpp -@@ -35,7 +35,7 @@ class ThreadPool : public IThreadPool, p - Event stopped; - static thread_local IThreadPoolReceiver* threadUserObject; - explicit Thread(ThreadPool *pool, IThreadPoolReceiver *userObject) : pool(pool), userObject(userObject) {} -- ~Thread() { ASSERT(!userObject); } -+ ~Thread() { ASSERT_ABORT(!userObject); } - - void run() { - deprioritizeThread(); |
