aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-05-07 18:31:18 -0300
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-05-07 18:31:18 -0300
commitd9df5b575acbc4d1516a332aba8796d7bf2b3868 (patch)
tree506be130a59fb519a410ac892876ed1aa808efbe /src/common/CMakeLists.txt
parentfae5933ad614ca8c2559f499ebe16b518594cca3 (diff)
Common: Remove hash.cpp/h
Currently unused and the code quality is pretty questionable.
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 9a9f1a46..b5b129a0 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -5,7 +5,6 @@ set(SRCS
break_points.cpp
emu_window.cpp
file_util.cpp
- hash.cpp
key_map.cpp
logging/filter.cpp
logging/text_formatter.cpp
@@ -36,7 +35,6 @@ set(HEADERS
emu_window.h
fifo_queue.h
file_util.h
- hash.h
key_map.h
linear_disk_cache.h
logging/text_formatter.h