| Index: runtime/vm/snapshot.h
|
| ===================================================================
|
| --- runtime/vm/snapshot.h (revision 19080)
|
| +++ runtime/vm/snapshot.h (working copy)
|
| @@ -56,7 +56,6 @@
|
| class RawPatchClass;
|
| class RawScript;
|
| class RawSmi;
|
| -class RawStacktrace;
|
| class RawTokenStream;
|
| class RawType;
|
| class RawTypeParameter;
|
| @@ -271,7 +270,6 @@
|
| RawApiError* NewApiError();
|
| RawLanguageError* NewLanguageError();
|
| RawObject* NewInteger(int64_t value);
|
| - RawStacktrace* NewStacktrace();
|
|
|
| private:
|
| class BackRefNode : public ZoneAllocated {
|
| @@ -346,7 +344,6 @@
|
| friend class LiteralToken;
|
| friend class PatchClass;
|
| friend class Script;
|
| - friend class Stacktrace;
|
| friend class TokenStream;
|
| friend class Type;
|
| friend class TypeArguments;
|
|
|