aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2015-07-10 20:09:38 -0400
committerGravatar Lioncash <mathew1800@gmail.com>2015-07-10 20:09:41 -0400
commite5d90b57971201addae226610e659df0189991d1 (patch)
tree7dd4a273b134d123ecd344d7dfde16e168445fff /src/common/CMakeLists.txt
parent867c28ae03b3b2883713896765f3ff76eaf90a19 (diff)
Common: Remove thunk.h
This isn't used, and there's no implementations of the member functions.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index f025e118..4c086cd2 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -52,7 +52,6 @@ set(HEADERS
synchronized_wrapper.h
thread.h
thread_queue_list.h
- thunk.h
timer.h
vector_math.h
)