From 57b411375aab403e3629d3860913f24b9c041865 Mon Sep 17 00:00:00 2001 From: Emanuele Danovaro Date: Sat, 18 Nov 2023 12:02:20 +0000 Subject: [PATCH] fix merge --- src/eckit/thread/ThreadPool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/eckit/thread/ThreadPool.h b/src/eckit/thread/ThreadPool.h index 1cf2dd22c..0619c6854 100644 --- a/src/eckit/thread/ThreadPool.h +++ b/src/eckit/thread/ThreadPool.h @@ -56,7 +56,6 @@ class ThreadPool : private NonCopyable { const std::string& name() const { return name_; } void error(const std::string&); - bool done(); void wait(); bool done(); void resize(size_t);