summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author Logan Chien <loganchien@google.com> 2012-04-10 23:40:37 +0800
committer Shih-wei Liao <sliao@google.com> 2012-04-10 15:55:46 -0700
commitdd361c9eab3284e76e2d07c2e7d371b0f5269942 (patch)
tree04dbcea72d196e5202aa71c2e54d7833b276f9b9 /src/compiler_llvm/method_compiler.h
parent7e7fabccba62ec3d7c04b33e9b8fdb7981bdc833 (diff)
Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler.
Change-Id: I98e4e9b329448b1b72c3b5c9d712ea68dab624bd
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h2
1 files changed, 0 insertions, 2 deletions
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_;