summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/Assemble.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/codegen/arm/Assemble.cc')
-rw-r--r--src/compiler/codegen/arm/Assemble.cc6
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
/*