| Index: pkg/compiler/lib/src/diagnostics/messages.dart
|
| diff --git a/pkg/compiler/lib/src/diagnostics/messages.dart b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| index 893b447dd5f780e8cfba739eb54233ee0db6c5bf..efdb484f7843119aef06ba62b1dcdd1db155a9c4 100644
|
| --- a/pkg/compiler/lib/src/diagnostics/messages.dart
|
| +++ b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| @@ -3703,11 +3703,6 @@ Your app imports dart:mirrors via:"""
|
| """
|
| $MIRRORS_NOT_SUPPORTED_BY_BACKEND_PADDING#{importChain}"""),
|
|
|
| - MessageKind.CALL_NOT_SUPPORTED_ON_NATIVE_CLASS: const MessageTemplate(
|
| - MessageKind.CALL_NOT_SUPPORTED_ON_NATIVE_CLASS,
|
| - "Non-supported 'call' member on a native class, or a "
|
| - "subclass of a native class."),
|
| -
|
| MessageKind.DIRECTLY_THROWING_NSM: const MessageTemplate(
|
| MessageKind.DIRECTLY_THROWING_NSM,
|
| "This 'noSuchMethod' implementation is guaranteed to throw an "
|
|
|