diff options
| author | 2012-04-10 17:29:04 -0700 | |
|---|---|---|
| committer | 2012-04-10 17:29:04 -0700 | |
| commit | 287297e1e9eaf5b56321e867800467bb393df122 (patch) | |
| tree | 412e991a5e9e7afe78d02f65b92be69688e350d9 /src/compiler_llvm/method_compiler.h | |
| parent | 6a0243c8294777ddbb8f791779f1916e44d85fc2 (diff) | |
| parent | dd361c9eab3284e76e2d07c2e7d371b0f5269942 (diff) | |
Merge "Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler." into ics-mr1-plus-art
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 2 |
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_; |