diff options
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(); |
