| Index: pkg/front_end/lib/src/fasta/bin/compile_platform.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/bin/compile_platform.dart b/pkg/front_end/lib/src/fasta/bin/compile_platform.dart
|
| deleted file mode 100644
|
| index 7654a747998d7dff5c59af396b14b5c3d969868e..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/lib/src/fasta/bin/compile_platform.dart
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Copyright (c) 2016, 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.
|
| -
|
| -import '../compile_platform.dart' as compile_platform;
|
| -
|
| -const int iterations = const int.fromEnvironment("iterations", defaultValue: 1);
|
| -
|
| -main(List<String> arguments) async {
|
| - for (int i = 0; i < iterations; i++) {
|
| - if (i > 0) {
|
| - print("\n");
|
| - }
|
| - await compile_platform.main(arguments);
|
| - }
|
| -}
|
|
|