Remove redundant utf8 compilation unit that was leftover from Dolphin

This commit is contained in:
archshift 2015-02-18 22:34:32 -08:00
parent 9f7f1a2272
commit 961f65d1fe
3 changed files with 0 additions and 528 deletions

View file

@ -20,7 +20,6 @@ set(SRCS
symbols.cpp
thread.cpp
timer.cpp
utf8.cpp
)
set(HEADERS
@ -60,7 +59,6 @@ set(HEADERS
thread_queue_list.h
thunk.h
timer.h
utf8.h
)
create_directory_groups(${SRCS} ${HEADERS})