diff options
| author | 2018-10-23 18:43:45 -0400 | |
|---|---|---|
| committer | 2018-10-23 18:43:45 -0400 | |
| commit | a5106fb9f52cffab3e526d68f930678900abd692 (patch) | |
| tree | ab0f70b87bd486e26a3660cdee8e9fefa923f1c7 /src/common/CMakeLists.txt | |
| parent | Merge pull request #1540 from lioncash/handle (diff) | |
| parent | CMakeLists: Remove EMU_ARCH_BITS definition (diff) | |
| download | yuzu-a5106fb9f52cffab3e526d68f930678900abd692.tar.gz yuzu-a5106fb9f52cffab3e526d68f930678900abd692.tar.xz yuzu-a5106fb9f52cffab3e526d68f930678900abd692.zip | |
Merge pull request #1553 from lioncash/mem
common: Remove memory_util.h/.cpp
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 d0e506689..eccd8f64a 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -64,8 +64,6 @@ add_library(common STATIC | |||
| 64 | logging/text_formatter.cpp | 64 | logging/text_formatter.cpp |
| 65 | logging/text_formatter.h | 65 | logging/text_formatter.h |
| 66 | math_util.h | 66 | math_util.h |
| 67 | memory_util.cpp | ||
| 68 | memory_util.h | ||
| 69 | microprofile.cpp | 67 | microprofile.cpp |
| 70 | microprofile.h | 68 | microprofile.h |
| 71 | microprofileui.h | 69 | microprofileui.h |