| Index: dart/lib/compiler/implementation/scanner/string_scanner.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/string_scanner.dart b/dart/lib/compiler/implementation/scanner/string_scanner.dart
|
| index 022c96f4d4d51788ef46965a9b27687e7105be77..73744d827bdfbd9092d0e387ceef78049881d2d4 100644
|
| --- a/dart/lib/compiler/implementation/scanner/string_scanner.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/string_scanner.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;
|
| -
|
| /**
|
| * Scanner that reads from a String and creates tokens that points to
|
| * substrings.
|
|
|