| Index: pkg/compiler/lib/src/types/type_mask.dart
|
| diff --git a/pkg/compiler/lib/src/types/type_mask.dart b/pkg/compiler/lib/src/types/type_mask.dart
|
| index e5c1dc7d41d667c44176b564b3ebb2fd42439549..c255b6040d2fabecfe9e5e58cb8abe2226e04f6e 100644
|
| --- a/pkg/compiler/lib/src/types/type_mask.dart
|
| +++ b/pkg/compiler/lib/src/types/type_mask.dart
|
| @@ -335,12 +335,6 @@ abstract class TypeMask implements ReceiverConstraint {
|
| TypeMask intersection(TypeMask other, ClassWorld classWorld);
|
|
|
| /**
|
| - * Returns whether this [TypeMask] applied to [selector] can hit a
|
| - * [noSuchMethod].
|
| - */
|
| - bool needsNoSuchMethodHandling(Selector selector, ClassWorld classWorld);
|
| -
|
| - /**
|
| * Returns whether [element] is a potential target when being
|
| * invoked on this type mask. [selector] is used to ensure library
|
| * privacy is taken into account.
|
|
|