summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake3
-rw-r--r--cmake/test-files.cmake1
2 files changed, 0 insertions, 4 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 729d3f7da3..220e25d35e 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -603,9 +603,6 @@ set(MBGL_CORE_FILES
src/mbgl/util/stopwatch.cpp
src/mbgl/util/stopwatch.hpp
src/mbgl/util/string.cpp
- src/mbgl/util/thread.hpp
- src/mbgl/util/thread_context.cpp
- src/mbgl/util/thread_context.hpp
src/mbgl/util/thread_local.hpp
src/mbgl/util/threaded_object.hpp
src/mbgl/util/throttler.cpp
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index da1c046485..f85ca03333 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -131,7 +131,6 @@ set(MBGL_TEST_FILES
test/util/projection.test.cpp
test/util/run_loop.test.cpp
test/util/text_conversions.test.cpp
- test/util/thread.test.cpp
test/util/threaded_object.test.cpp
test/util/thread_local.test.cpp
test/util/tile_cover.test.cpp