diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-05-26 01:37:06 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-09 00:03:26 +0200 |
commit | da34d3704405665b68d3d992f37a7eeb541238af (patch) | |
tree | 69ac607431b72f5088c6d57a0348cedb5fdcb835 /src/common/CMakeLists.txt | |
parent | common/thread_worker: Simplify logic (diff) | |
download | yuzu-da34d3704405665b68d3d992f37a7eeb541238af.tar yuzu-da34d3704405665b68d3d992f37a7eeb541238af.tar.gz yuzu-da34d3704405665b68d3d992f37a7eeb541238af.tar.bz2 yuzu-da34d3704405665b68d3d992f37a7eeb541238af.tar.lz yuzu-da34d3704405665b68d3d992f37a7eeb541238af.tar.xz yuzu-da34d3704405665b68d3d992f37a7eeb541238af.tar.zst yuzu-da34d3704405665b68d3d992f37a7eeb541238af.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index c05b78cd5..e03fffd8d 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -180,7 +180,6 @@ add_library(common STATIC thread.cpp thread.h thread_queue_list.h - thread_worker.cpp thread_worker.h threadsafe_queue.h time_zone.cpp |