| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 2cecab8668161f0eacb451f8b1943e8f4fc6773e..f020a75f602ff34168b9796e9853a46b40ce0909 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -137,8 +137,6 @@ class ObjectPointerVisitor;
|
| V(_ExternalFloat32Array, "_ExternalFloat32Array") \
|
| V(_ExternalFloat64Array, "_ExternalFloat64Array") \
|
| V(_WeakProperty, "_WeakProperty") \
|
| - V(InvocationMirror, "_InvocationMirror") \
|
| - V(AllocateInvocationMirror, "_allocateInvocationMirror") \
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
| // list is kept in the vm_isolate in order to share the copy across isolates
|
|
|