Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[core] Remove util::Thread
Browse files Browse the repository at this point in the history
Fixes #6425
  • Loading branch information
tmpsantos committed Jun 16, 2017
1 parent 32b2f79 commit 33d674b
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 510 deletions.
3 changes: 0 additions & 3 deletions cmake/core-files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,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
Expand Down
1 change: 0 additions & 1 deletion cmake/test-files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion platform/default/online_file_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <mbgl/util/logging.hpp>

#include <mbgl/util/constants.hpp>
#include <mbgl/util/thread.hpp>
#include <mbgl/util/mapbox.hpp>
#include <mbgl/util/exception.hpp>
#include <mbgl/util/chrono.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/mbgl/util/logging.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <mbgl/util/logging.hpp>
#include <mbgl/util/enum.hpp>
#include <mbgl/util/thread.hpp>
#include <mbgl/util/platform.hpp>

#include <cstdio>
#include <cstdarg>
Expand Down
173 changes: 0 additions & 173 deletions src/mbgl/util/thread.hpp

This file was deleted.

13 changes: 0 additions & 13 deletions src/mbgl/util/thread_context.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions src/mbgl/util/thread_context.hpp

This file was deleted.

Loading

0 comments on commit 33d674b

Please sign in to comment.