Chromium Code Reviews| Index: runtime/vm/symbols.h |
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
| index 5b31bef75654ccf892d36e873ca1081f9cbd9d69..975c3cf4f232f4245ca0686631fa8ca5f311430a 100644 |
| --- a/runtime/vm/symbols.h |
| +++ b/runtime/vm/symbols.h |
| @@ -137,7 +137,6 @@ class ObjectPointerVisitor; |
| V(Dynamic, "dynamic") \ |
| V(UnresolvedClass, "UnresolvedClass") \ |
| V(Type, "_Type") \ |
| - V(FunctionType, "_FunctionType") \ |
| V(TypeRef, "_TypeRef") \ |
| V(TypeParameter, "_TypeParameter") \ |
| V(BoundedType, "_BoundedType") \ |