| 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,
|
| };
|
|
|