diff options
author | 2016-11-22 11:23:16 +0000 | |
---|---|---|
committer | 2016-11-22 11:23:16 +0000 | |
commit | 9ee5fdf92f498d716c740cc1770943097f968092 (patch) | |
tree | a1d7a4cb0a86500850d7eb96f5f2eb2bef90c487 /runtime/class_table.cc | |
parent | da2d78ba97d177b80e0e9528362bcebc1fd31f0f (diff) | |
parent | 19886dbeced9430579a27979beb92b09c95197b4 (diff) |
Merge "Make sure that const-class linkage is preserved."
Diffstat (limited to 'runtime/class_table.cc')
-rw-r--r-- | runtime/class_table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_table.cc b/runtime/class_table.cc index 0fcce6b307..bd477ea54c 100644 --- a/runtime/class_table.cc +++ b/runtime/class_table.cc @@ -142,7 +142,6 @@ uint32_t ClassTable::ClassDescriptorHashEquals::operator()(const GcRoot<mirror:: bool ClassTable::ClassDescriptorHashEquals::operator()(const GcRoot<mirror::Class>& a, const GcRoot<mirror::Class>& b) const { - DCHECK_EQ(a.Read()->GetClassLoader(), b.Read()->GetClassLoader()); std::string temp; return a.Read()->DescriptorEquals(b.Read()->GetDescriptor(&temp)); } |