summaryrefslogtreecommitdiff
path: root/libdexfile/dex/compact_offset_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libdexfile/dex/compact_offset_table.cc')
-rw-r--r--libdexfile/dex/compact_offset_table.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdexfile/dex/compact_offset_table.cc b/libdexfile/dex/compact_offset_table.cc
index 8601b19613..deec124193 100644
--- a/libdexfile/dex/compact_offset_table.cc
+++ b/libdexfile/dex/compact_offset_table.cc
@@ -21,8 +21,6 @@
namespace art {
-constexpr size_t CompactOffsetTable::kElementsPerIndex;
-
CompactOffsetTable::Accessor::Accessor(const uint8_t* data_begin,
uint32_t minimum_offset,
uint32_t table_offset)