summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-26 22:45:41 +0200
committerGitHub <noreply@github.com>2018-04-26 22:45:41 +0200
commit4ac9b47dca0ecb450c51a521fec22f4e62021156 (patch)
treedc7b08b01fda1704a682e0d1584ab635a16f12c9 /src/common/CMakeLists.txt
parentMerge pull request #401 from lioncash/gdbstub (diff)
parentcommon: Remove chunk_file.h and linear_disk_cache.h (diff)
downloadyuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar.gz
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar.bz2
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar.lz
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar.xz
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar.zst
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.zip
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 32cb85de0..f49a31612 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -31,7 +31,6 @@ add_library(common STATIC
bit_set.h
break_points.cpp
break_points.h
- chunk_file.h
cityhash.cpp
cityhash.h
color.h
@@ -41,7 +40,6 @@ add_library(common STATIC
file_util.cpp
file_util.h
hash.h
- linear_disk_cache.h
logging/backend.cpp
logging/backend.h
logging/filter.cpp