Chromium Code Reviews| Index: runtime/vm/class_table.h |
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h |
| index 1edb248b64d10c360d8c8568640fa11915e2dc50..73be75aea173429394803a1038f9877349fa43e4 100644 |
| --- a/runtime/vm/class_table.h |
| +++ b/runtime/vm/class_table.h |
| @@ -185,9 +185,7 @@ class ClassTable { |
| void Unregister(intptr_t index); |
| #endif |
| -#if defined(DART_PRECOMPILER) |
| void Remap(intptr_t* old_to_new_cids); |
| -#endif |
| void VisitObjectPointers(ObjectPointerVisitor* visitor); |