diff options
Diffstat (limited to 'src/compiler/codegen/arm/Assemble.cc')
| -rw-r--r-- | src/compiler/codegen/arm/Assemble.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compiler/codegen/arm/Assemble.cc b/src/compiler/codegen/arm/Assemble.cc index c42b4b8b93..bbd97b4d75 100644 --- a/src/compiler/codegen/arm/Assemble.cc +++ b/src/compiler/codegen/arm/Assemble.cc @@ -20,12 +20,6 @@ #include "Codegen.h" #include <sys/mman.h> /* for protection change */ -//#define TESTMODE -#ifdef TESTMODE -#include <cutils/ashmem.h> /* for oat testing */ -#include <unistd.h> -#endif - #define MAX_ASSEMBLER_RETRIES 50 /* |