diff options
Diffstat (limited to 'compiler/compiled_method-inl.h')
-rw-r--r-- | compiler/compiled_method-inl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/compiled_method-inl.h b/compiler/compiled_method-inl.h index c43274782e..e60b30fed2 100644 --- a/compiler/compiled_method-inl.h +++ b/compiler/compiled_method-inl.h @@ -38,10 +38,6 @@ inline ArrayRef<const T> CompiledCode::GetArray(const LengthPrefixedArray<T>* ar return ArrayRef<const T>(&array->At(0), array->size()); } -inline ArrayRef<const uint8_t> CompiledMethod::GetMethodInfo() const { - return GetArray(method_info_); -} - inline ArrayRef<const uint8_t> CompiledMethod::GetVmapTable() const { return GetArray(vmap_table_); } |