From e7a9194558379ee24fde82fcaeaee29542df1520 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Wed, 1 Aug 2018 17:23:53 +0100 Subject: Simplify StackMapStream encoding. Test: test-art-host-gtest-stack_map_test Change-Id: Ife021d03e4e486043ec609f9af8673ace7bde497 --- runtime/stack_map.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime/stack_map.h') 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(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 { -- cgit v1.2.3-59-g8ed1b