Common: Remove mem_arena.cpp/h

It is superfluous for Citra. (It's only really necessary if you're doing
JIT. We were using it but not taking any advantage from it.) This should
make 32-bit builds work again.
This commit is contained in:
Yuri Kunde Schlesner 2015-05-07 19:01:09 -03:00
parent d9df5b575a
commit 3396f352cb
5 changed files with 31 additions and 560 deletions

View file

@ -10,7 +10,6 @@ set(SRCS
logging/text_formatter.cpp
logging/backend.cpp
math_util.cpp
mem_arena.cpp
memory_util.cpp
misc.cpp
profiler.cpp
@ -43,7 +42,6 @@ set(HEADERS
logging/backend.h
make_unique.h
math_util.h
mem_arena.h
memory_util.h
platform.h
profiler.h