| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 004913e9ae43b005d018b0cbf38974f042034fc4..54a6027a6ae378ac9972fa326cf47e8b553f619e 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -750,7 +750,6 @@ class Parser : public ValueObject {
|
| bool IsSymbol(const String& symbol);
|
| bool IsSimpleLiteral(const AbstractType& type, Instance* value);
|
| bool IsFunctionTypeAliasName();
|
| - bool IsMixinAppAlias();
|
| bool TryParseQualIdent();
|
| bool TryParseTypeParameters();
|
| bool TryParseTypeArguments();
|
|
|