| Index: runtime/vm/snapshot.h
|
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
|
| index 978dbd166def1fec3904f4900df9cf22be31d239..7e468a07f017a349a75e926ad1c966e9777767b5 100644
|
| --- a/runtime/vm/snapshot.h
|
| +++ b/runtime/vm/snapshot.h
|
| @@ -52,7 +52,6 @@ class RawField;
|
| class RawFloat32x4;
|
| class RawFloat64x2;
|
| class RawFunction;
|
| -class RawFunctionType;
|
| class RawGrowableObjectArray;
|
| class RawICData;
|
| class RawImmutableArray;
|
| @@ -445,7 +444,6 @@ class SnapshotReader : public BaseReader {
|
| RawDouble* NewDouble(double value);
|
| RawUnresolvedClass* NewUnresolvedClass();
|
| RawType* NewType();
|
| - RawFunctionType* NewFunctionType();
|
| RawTypeRef* NewTypeRef();
|
| RawTypeParameter* NewTypeParameter();
|
| RawBoundedType* NewBoundedType();
|
| @@ -631,7 +629,6 @@ class SnapshotReader : public BaseReader {
|
| friend class SubtypeTestCache;
|
| friend class TokenStream;
|
| friend class Type;
|
| - friend class FunctionType;
|
| friend class TypeArguments;
|
| friend class TypeParameter;
|
| friend class TypeRef;
|
|
|