| Index: pkg/compiler/lib/src/warnings.dart
|
| diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart
|
| index 692fc0ce3c10f049bedea67ae7cd29b48baad201..1e809f4f94949e5d6307317b43611b4166446349 100644
|
| --- a/pkg/compiler/lib/src/warnings.dart
|
| +++ b/pkg/compiler/lib/src/warnings.dart
|
| @@ -598,9 +598,6 @@ main() => new C<String>();
|
| static const MessageKind INVALID_USE_OF_SUPER = const MessageKind(
|
| "'super' not allowed here.");
|
|
|
| - static const MessageKind INVALID_USE_OF_THIS = const MessageKind(
|
| - "'this' not allowed here.");
|
| -
|
| static const MessageKind INVALID_CASE_DEFAULT = const MessageKind(
|
| "'default' only allowed on last case of a switch.");
|
|
|
|
|