| Index: pkg/front_end/lib/src/fasta/source/unhandled_listener.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart b/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart
|
| index ed72851a426fc21f3ec06534ba3ac5e06ce6635e..87d392d8cf0de0674bfc488062c079d8ccc67bd5 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart
|
| @@ -29,12 +29,6 @@ abstract class UnhandledListener extends StackListener {
|
|
|
| List<String> popIdentifierList(int count) => popList(count);
|
|
|
| - @override
|
| - void endMetadataStar(int count, bool forParameter) {
|
| - debugEvent("MetadataStar");
|
| - push(popList(count) ?? NullValue.Metadata);
|
| - }
|
| -
|
| @override
|
| void endConditionalUri(Token ifKeyword, Token equalitySign) {
|
| debugEvent("ConditionalUri");
|
|
|