From ce30293d222c864fa281da98bc896dd1c98a9a16 Mon Sep 17 00:00:00 2001 From: buzbee Date: Tue, 4 Oct 2011 14:32:18 -0700 Subject: Compiler cleanup o Added slow path for string resolution o Removed dead throw internal and runtime error o Restructured debug and optimization disable flags for make it easier for command-line option support. o Removed/converted #if 1/0 blocks Change-Id: I65fc561a55437b3f74d0dfff5af87f938008d70e --- src/compiler/codegen/arm/Assemble.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/compiler/codegen/arm/Assemble.cc') 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 /* for protection change */ -//#define TESTMODE -#ifdef TESTMODE -#include /* for oat testing */ -#include -#endif - #define MAX_ASSEMBLER_RETRIES 50 /* -- cgit v1.2.3-59-g8ed1b