From dd361c9eab3284e76e2d07c2e7d371b0f5269942 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Tue, 10 Apr 2012 23:40:37 +0800 Subject: Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler. Change-Id: I98e4e9b329448b1b72c3b5c9d712ea68dab624bd --- src/compiler_llvm/method_compiler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler_llvm/method_compiler.h') diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 74c55f0a11..7b374aface 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -447,8 +447,6 @@ class MethodCompiler { DexFile::CodeItem const* code_item_; OatCompilationUnit* oat_compilation_unit_; - Method* method_; - MethodHelper method_helper_; uint32_t method_idx_; uint32_t access_flags_; -- cgit v1.2.3-59-g8ed1b