summaryrefslogtreecommitdiff
path: root/src/stack_indirect_reference_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack_indirect_reference_table.h')
-rw-r--r--src/stack_indirect_reference_table.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stack_indirect_reference_table.h b/src/stack_indirect_reference_table.h
index 5c6bc0a734..5f372947e2 100644
--- a/src/stack_indirect_reference_table.h
+++ b/src/stack_indirect_reference_table.h
@@ -90,10 +90,6 @@ class StackIndirectReferenceTable {
size_t number_of_references_;
StackIndirectReferenceTable* link_;
-#if defined(ART_USE_LLVM_COMPILER)
- Object* method_;
- uint32_t line_num_;
-#endif
// number_of_references_ are available if this is allocated and filled in by jni_compiler.
Object* references_[1];