summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 44ab863c4a..190782388c 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -473,7 +473,6 @@ class MethodCompiler {
llvm::BasicBlock* basic_block_unreachable_;
llvm::AllocaInst* shadow_frame_;
- llvm::AllocaInst* jvalue_temp_;
llvm::Value* old_shadow_frame_;
llvm::Value* already_pushed_shadow_frame_;