| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 310660d1bb608aa592f8d3648103849b32341c25..1c40fb5b89b04775932fb69b0d8722e3203549da 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -57,7 +57,6 @@ class ObjectPointerVisitor;
|
| V(AnonymousClosure, "<anonymous closure>") \
|
| V(ImplicitClosure, "<implicit closure>") \
|
| V(ClosureParameter, ":closure") \
|
| - V(PhaseParameter, ":phase") \
|
| V(TypeArgumentsParameter, ":type_arguments") \
|
| V(AssertionError, "_AssertionError") \
|
| V(CastError, "_CastError") \
|
|
|