| Index: runtime/vm/class_table.cc
|
| diff --git a/runtime/vm/class_table.cc b/runtime/vm/class_table.cc
|
| index 0094cd5be8d47c3973385dff644e442f283275c0..b71efb7c5d621feee0f4db87639df32b597bd3af 100644
|
| --- a/runtime/vm/class_table.cc
|
| +++ b/runtime/vm/class_table.cc
|
| @@ -215,7 +215,6 @@ void ClassTable::Unregister(intptr_t index) {
|
| #endif
|
|
|
|
|
| -#if defined(DART_PRECOMPILER)
|
| void ClassTable::Remap(intptr_t* old_to_new_cid) {
|
| ASSERT(Thread::Current()->no_safepoint_scope_depth() > 0);
|
| intptr_t num_cids = NumCids();
|
| @@ -228,7 +227,6 @@ void ClassTable::Remap(intptr_t* old_to_new_cid) {
|
| }
|
| delete[] cls_by_old_cid;
|
| }
|
| -#endif
|
|
|
|
|
| void ClassTable::VisitObjectPointers(ObjectPointerVisitor* visitor) {
|
|
|