diff options
Diffstat (limited to 'src/compiler/codegen/MethodBitcode.cc')
| -rw-r--r-- | src/compiler/codegen/MethodBitcode.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/codegen/MethodBitcode.cc b/src/compiler/codegen/MethodBitcode.cc index cf07ea45c3..79208833f1 100644 --- a/src/compiler/codegen/MethodBitcode.cc +++ b/src/compiler/codegen/MethodBitcode.cc @@ -14,7 +14,6 @@ * limitations under the License. */ -#if defined(ART_USE_QUICK_COMPILER) #include "object_utils.h" #include <llvm/Support/ToolOutputFile.h> @@ -3537,5 +3536,3 @@ void oatMethodBitcode2LIR(CompilationUnit* cUnit) } // namespace art - -#endif // ART_USE_QUICK_COMPILER |