aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-10-20 11:05:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-20 11:05:06 -0700
commita1bde7d2e152188f8d5a2d0f759030ed032a2522 (patch)
treede7478fb950b474c5fbc41e5c30c1770a834df0c /cmake
parent1d3ff434954189e194c468f429598465146dcf4b (diff)
Remove SkThread::setProcessorAffinity()
It's only used by a couple unit tests. We have other ways of getting the same quality testing of our ref-count code now (e.g. TSAN). BUG=skia: CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac10.9-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1408213005
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index ab6952f1e4..55539d02d6 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -47,8 +47,6 @@ remove_srcs (../src/ports/SkFontHost_fontconfig.cpp
../src/ports/SkFontConfigInterface_direct.cpp)
# Alternative font managers.
remove_srcs (../src/ports/SkFontMgr_custom*.cpp)
-# Not actually used by Skia.
-remove_srcs (../src/utils/SkThreadUtils_pthread_*.cpp)
# Skia sure ships a lot of code no one uses.
remove_srcs (../src/animator/* ../src/*nacl* ../src/svg/* ../src/views/* ../src/xml/*)
@@ -66,8 +64,7 @@ if (NOT UNIX)
../src/ports/SkOSFile_posix.cpp
../src/ports/SkTLS_pthread.cpp
../src/ports/SkTime_Unix.cpp
- ../src/utils/SkThreadUtils_pthread.cpp
- ../src/utils/SkThreadUtils_pthread_other.cpp)
+ ../src/utils/SkThreadUtils_pthread.cpp)
endif()
if (APPLE OR NOT UNIX)
remove_srcs(../src/gpu/gl/glx/*