diff options
| author | Lioncash <mathew1800@gmail.com> | 2021-01-15 01:55:30 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2021-01-15 01:55:33 -0500 |
| commit | 91084d93961673ba7715d9b34c2c0dbee7d41cc1 (patch) | |
| tree | 6eb5ad3d35c9a47d8f1e7099c8f280f5527f2465 /src/common/CMakeLists.txt | |
| parent | c8bf0caca0a3b923edcf199824903c9576c6df5c (diff) | |
common/timer: Remove
This is a leftover from citra and dolphin that isn't used at all,
particularly given the <chrono> header exists.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index aeaf8e81f..9824c5564 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -166,8 +166,6 @@ add_library(common STATIC threadsafe_queue.h time_zone.cpp time_zone.h - timer.cpp - timer.h tree.h uint128.cpp uint128.h |
