diff options
Diffstat (limited to 'runtime/nterp_helpers.h')
| -rw-r--r-- | runtime/nterp_helpers.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/nterp_helpers.h b/runtime/nterp_helpers.h index 0f9e75886c..236059b0ed 100644 --- a/runtime/nterp_helpers.h +++ b/runtime/nterp_helpers.h @@ -24,12 +24,6 @@ namespace art { class ArtMethod; /** - * The frame size nterp will use for the given method. - */ -size_t NterpGetFrameSize(ArtMethod* method, InstructionSet isa = kRuntimeISA) - REQUIRES_SHARED(Locks::mutator_lock_); - -/** * Returns the QuickMethodFrameInfo of the given frame corresponding to the * given method. */ |