Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(874)

Unified Diff: pkg/front_end/lib/src/fasta/compiler_command_line.dart

Issue 2980013002: Remove the "kompile" mode of running the front end. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/kompile_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/compiler_command_line.dart
diff --git a/pkg/front_end/lib/src/fasta/compiler_command_line.dart b/pkg/front_end/lib/src/fasta/compiler_command_line.dart
index 04a4b6c68ae8aee16f616cdd3aff285a5b3190ff..2af9e842f62f3fb0cff1a255e0bb9960d57fab63 100644
--- a/pkg/front_end/lib/src/fasta/compiler_command_line.dart
+++ b/pkg/front_end/lib/src/fasta/compiler_command_line.dart
@@ -155,11 +155,6 @@ Message computeUsage(String programName, bool verbose) {
summary = "Compiles a Dart program to the Dill/Kernel IR format.";
break;
- case "kompile":
- summary =
- "Compiles a Dart program to the Dill/Kernel IR format via dartk.";
- break;
-
case "run":
summary = "Runs a Dart program.";
break;
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/kompile_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698