diff options
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index dbdcb52ade..9b207c3b44 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -441,11 +441,7 @@ class MethodCompiler { CompilationUnit* cunit_; Compiler* compiler_; - ClassLinker* class_linker_; - const ClassLoader* class_loader_; - const DexFile* dex_file_; - DexCache* dex_cache_; const DexFile::CodeItem* code_item_; OatCompilationUnit* oat_compilation_unit_; @@ -470,7 +466,6 @@ class MethodCompiler { std::vector<llvm::BasicBlock*> basic_block_landing_pads_; llvm::BasicBlock* basic_block_unwind_; - llvm::BasicBlock* basic_block_unreachable_; llvm::AllocaInst* shadow_frame_; llvm::Value* old_shadow_frame_; |