diff options
Diffstat (limited to 'libpixelflinger/codeflinger/CodeCache.h')
-rw-r--r-- | libpixelflinger/codeflinger/CodeCache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpixelflinger/codeflinger/CodeCache.h b/libpixelflinger/codeflinger/CodeCache.h index aaafd26..54fd69b 100644 --- a/libpixelflinger/codeflinger/CodeCache.h +++ b/libpixelflinger/codeflinger/CodeCache.h @@ -22,7 +22,6 @@ #include <stdint.h> #include <pthread.h> #include <sys/types.h> -#include <cutils/mspace.h> #include "tinyutils/KeyedVector.h" #include "tinyutils/smartpointer.h" @@ -68,9 +67,6 @@ public: typedef void weakref_type; private: - static mspace getMspace(); - void ensureMbaseExecutable(); - mutable int32_t mCount; uint32_t* mBase; size_t mSize; |