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 |