diff options
Diffstat (limited to 'runtime/oat.cc')
-rw-r--r-- | runtime/oat.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/oat.cc b/runtime/oat.cc index db6cda50271..3fceec93649 100644 --- a/runtime/oat.cc +++ b/runtime/oat.cc @@ -411,9 +411,4 @@ void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); } -OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { -} - -OatMethodOffsets::~OatMethodOffsets() {} - } // namespace art |