| Index: dart/lib/compiler/implementation/scanner/parser_task.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/parser_task.dart b/dart/lib/compiler/implementation/scanner/parser_task.dart
|
| index eca572b5d0f339b55b65f2e650793eb1f543dfdf..01d43ade9c7b252e0e4eac8e879a1735b355f6a9 100644
|
| --- a/dart/lib/compiler/implementation/scanner/parser_task.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/parser_task.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;
|
| -
|
| class ParserTask extends CompilerTask {
|
| ParserTask(Compiler compiler) : super(compiler);
|
| String get name => 'Parser';
|
|
|