| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index a413ffc583f94a01a9530922db6d7b37c17d33f1..f27d512f8a634f44300eb78b9a91985bde5b194e 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -44,7 +44,6 @@ class ObjectPointerVisitor;
|
| V(List, "List") \
|
| V(ListLiteralFactory, "List._fromLiteral") \
|
| V(ListFactory, "List.") \
|
| - V(ListFixedLengthFactory, "List.fixedLength") \
|
| V(Map, "Map") \
|
| V(MapLiteralFactory, "Map._fromLiteral") \
|
| V(ImmutableMap, "ImmutableMap") \
|
|
|