| Index: dart/lib/compiler/implementation/scanner/token.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/token.dart b/dart/lib/compiler/implementation/scanner/token.dart
|
| index 8e9cb319166ae69ea16e31ba76ff7af5bf880439..0e10e0ff37654e23488a67f7cd3045f497d340e3 100644
|
| --- a/dart/lib/compiler/implementation/scanner/token.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/token.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of scanner;
|
| -
|
| const int EOF_TOKEN = 0;
|
|
|
| const int KEYWORD_TOKEN = $k;
|
|
|