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

Unified Diff: pkg/dartino_compiler/lib/src/verbs/documentation.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
Index: pkg/dartino_compiler/lib/src/verbs/documentation.dart
diff --git a/pkg/dartino_compiler/lib/src/verbs/documentation.dart b/pkg/dartino_compiler/lib/src/verbs/documentation.dart
index 9985425a2dc86f681c61f7245ff5febdd9e8b980..971d7c00cc41f0bbdd5f1bb141611efa923eb8b4 100644
--- a/pkg/dartino_compiler/lib/src/verbs/documentation.dart
+++ b/pkg/dartino_compiler/lib/src/verbs/documentation.dart
@@ -140,11 +140,6 @@ const String endDocumentation = """
End the named session
""";
-const String servicecDocumentation = """
- x-servicec <file>
- Compile service IDL file named <file> to custom Dartino interface
-""";
-
const String exportDocumentation = """
export [<dartfile>] to <snapshot>
Compile <dartfile> and create a snapshot in <snapshot>. If no
« no previous file with comments | « pkg/dartino_compiler/lib/src/verbs/actions.dart ('k') | pkg/dartino_compiler/lib/src/verbs/x_servicec_verb.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698