| Index: pkg/compiler/lib/src/native/scanner.dart
|
| diff --git a/pkg/compiler/lib/src/native/scanner.dart b/pkg/compiler/lib/src/native/scanner.dart
|
| index f22b866bbf4caad22c24855a5301a458964f2068..c1bc40d40f88e736dd4196a66a8fdc0008291da8 100644
|
| --- a/pkg/compiler/lib/src/native/scanner.dart
|
| +++ b/pkg/compiler/lib/src/native/scanner.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| import '../common.dart';
|
| import '../parser/element_listener.dart' show ElementListener;
|
| -import '../parser/listener.dart' show Listener;
|
| import '../tokens/token.dart' show BeginGroupToken, Token;
|
| import '../tokens/token_constants.dart' as Tokens show STRING_TOKEN;
|
|
|
|
|