Index: dart/lib/compiler/implementation/scanner/motile_node.dart |
diff --git a/dart/lib/compiler/implementation/scanner/motile_node.dart b/dart/lib/compiler/implementation/scanner/motile_node.dart |
deleted file mode 100644 |
index a42676b598e7d0e32136563dff8ea6c8ba90d9ce..0000000000000000000000000000000000000000 |
--- a/dart/lib/compiler/implementation/scanner/motile_node.dart |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// 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. |
- |
-#library('motile'); // aka parser' |
-#import('scannerlib.dart'); |
-#import('scanner_implementation.dart'); |
-#import('../elements/elements.dart'); |
-#import('node_scanner_bench.dart', prefix: 'node'); |
-#import('scanner_bench.dart'); |
-#source('parser_bench.dart'); |
- |
-class BaseParserBench extends node.NodeScannerBench { |
-} |