summaryrefslogtreecommitdiff
path: root/platform/default/include/mbgl/util/shared_thread_pool.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/include/mbgl/util/shared_thread_pool.hpp')
-rw-r--r--platform/default/include/mbgl/util/shared_thread_pool.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/default/include/mbgl/util/shared_thread_pool.hpp b/platform/default/include/mbgl/util/shared_thread_pool.hpp
deleted file mode 100644
index 04a3cb58d5..0000000000
--- a/platform/default/include/mbgl/util/shared_thread_pool.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#include <mbgl/util/default_thread_pool.hpp>
-
-namespace mbgl {
-
-std::shared_ptr<ThreadPool> sharedThreadPool();
-
-} // namespace mbgl