summaryrefslogtreecommitdiff
path: root/runtime/class_linker_test.cc
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2022-01-28 18:11:03 +0000
committer Orion Hodson <oth@google.com> 2022-02-03 13:37:26 +0000
commitc6270dff54dd2f44dd42360fe6f9fb4f338d1752 (patch)
treebe66bb2bf2781469f9896e2f8f133392d1f85f8f /runtime/class_linker_test.cc
parent5a133d0fe7935e5ba0f2b6e9e456dcdbfc7d2811 (diff)
Remove unused EmulatedStackFrame.callsiteType field
Removes unused field and some related unused code. Bug: N/A Test: atest CtsLibcoreOjTestCases:test.java.lang.invoke Test: atest CtsLibcoreTestCases:libcore.java.lang.invoke Test: art/test.py --host -r -g Change-Id: I57286896ea555d3df6b8a44e2450e71fbc8876e5
Diffstat (limited to 'runtime/class_linker_test.cc')
-rw-r--r--runtime/class_linker_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_linker_test.cc b/runtime/class_linker_test.cc
index a789831238..010b384498 100644
--- a/runtime/class_linker_test.cc
+++ b/runtime/class_linker_test.cc
@@ -769,7 +769,6 @@ struct MethodHandlesLookupOffsets : public CheckOffsets<mirror::MethodHandlesLoo
struct EmulatedStackFrameOffsets : public CheckOffsets<mirror::EmulatedStackFrame> {
EmulatedStackFrameOffsets() : CheckOffsets<mirror::EmulatedStackFrame>(
false, "Ldalvik/system/EmulatedStackFrame;") {
- addOffset(OFFSETOF_MEMBER(mirror::EmulatedStackFrame, callsite_type_), "callsiteType");
addOffset(OFFSETOF_MEMBER(mirror::EmulatedStackFrame, references_), "references");
addOffset(OFFSETOF_MEMBER(mirror::EmulatedStackFrame, stack_frame_), "stackFrame");
addOffset(OFFSETOF_MEMBER(mirror::EmulatedStackFrame, type_), "type");