| Index: pkg/compiler/lib/src/tokens/keyword.dart
|
| diff --git a/pkg/compiler/lib/src/tokens/keyword.dart b/pkg/compiler/lib/src/tokens/keyword.dart
|
| index ad22ee6d8f883eba93f0394aee2293673ee4f968..4d914bccfb50ebf7844e8d87043ff90420b3587a 100644
|
| --- a/pkg/compiler/lib/src/tokens/keyword.dart
|
| +++ b/pkg/compiler/lib/src/tokens/keyword.dart
|
| @@ -5,7 +5,6 @@
|
| library dart2js.tokens.keywords;
|
|
|
| import '../util/characters.dart' as Characters show $a;
|
| -
|
| import 'precedence.dart' show PrecedenceInfo;
|
| import 'precedence_constants.dart' as Precedence
|
| show AS_INFO, IS_INFO, KEYWORD_INFO;
|
|
|