diff options
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r-- | runtime/stack_map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h index 0b1c4f9c63..acde3e3a90 100644 --- a/runtime/stack_map.h +++ b/runtime/stack_map.h @@ -280,10 +280,6 @@ class CodeInfo { Decode(reinterpret_cast<const uint8_t*>(data), flags); } - explicit CodeInfo(MemoryRegion region) : CodeInfo(region.begin()) { - DCHECK_EQ(Size(), region.size()); - } - explicit CodeInfo(const OatQuickMethodHeader* header, DecodeFlags flags = DecodeFlags::Default); size_t Size() const { |