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

Unified Diff: pkg/dartino_compiler/lib/src/verbs/actions.dart

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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 | « pkg/dartino_compiler/.packages ('k') | pkg/dartino_compiler/lib/src/verbs/documentation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino_compiler/lib/src/verbs/actions.dart
diff --git a/pkg/dartino_compiler/lib/src/verbs/actions.dart b/pkg/dartino_compiler/lib/src/verbs/actions.dart
index c252899a9a19c9559ab6de87b5580ee21be89ff9..61b6e7d5b55d07f8afc1c350c5ebc5e751174e6b 100644
--- a/pkg/dartino_compiler/lib/src/verbs/actions.dart
+++ b/pkg/dartino_compiler/lib/src/verbs/actions.dart
@@ -49,9 +49,6 @@ import 'run_verb.dart' show
import 'x_end_verb.dart' show
endAction;
-import 'x_servicec_verb.dart' show
- servicecAction;
-
import 'x_upgrade_verb.dart' show
upgradeAction;
@@ -167,7 +164,6 @@ const Map<String, Action> uncommonActions = const <String, Action>{
"flash": flashAction,
"x-download-tools": downloadToolsAction,
"x-end": endAction,
- "x-servicec": servicecAction,
"x-should-prompt-analytics": shouldPromptAnalyticsAction,
"x-upgrade": upgradeAction,
};
« no previous file with comments | « pkg/dartino_compiler/.packages ('k') | pkg/dartino_compiler/lib/src/verbs/documentation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698