aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-02-16 13:17:22 -0800
committerGitHub <noreply@github.com>2021-02-16 13:17:22 -0800
commit6be0975bf279e1fd1eed356b84e10b116447694d (patch)
tree0db0b3b8d41c56b089d23c4f1f1b85c7f52ae6e1 /src/core/CMakeLists.txt
parent723e038dba6633c382e7617e8bbf28cc5ee9282f (diff)
parentf3345e84ad3d1a771eec36d30de7717fcae7e63b (diff)
Merge pull request #5121 from bunnei/optimize-core-timing
core: Optimize core timing utility functions to avoid unnecessary math
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 28196d26a..c6bdf72ec 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -19,7 +19,6 @@ add_library(core STATIC
core.h
core_timing.cpp
core_timing.h
- core_timing_util.cpp
core_timing_util.h
cpu_manager.cpp
cpu_manager.h