| Index: runtime/vm/megamorphic_cache_table.h
|
| diff --git a/runtime/vm/megamorphic_cache_table.h b/runtime/vm/megamorphic_cache_table.h
|
| index c47d4d89f6e9a89da1b20d7913c339d54d67850f..4c7242a6a134f622c1b43d35aa46cc6ba7b591c1 100644
|
| --- a/runtime/vm/megamorphic_cache_table.h
|
| +++ b/runtime/vm/megamorphic_cache_table.h
|
| @@ -30,14 +30,6 @@ class MegamorphicCacheTable : public AllStatic {
|
| const Array& descriptor);
|
|
|
| static void PrintSizes(Isolate* isolate);
|
| -
|
| - private:
|
| - enum {
|
| - kEntryNameOffset = 0,
|
| - kEntryDescriptorOffset,
|
| - kEntryCacheOffset,
|
| - kEntrySize
|
| - };
|
| };
|
|
|
| } // namespace dart
|
|
|