summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs38
1 files changed, 0 insertions, 38 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index 8fb92fee9..3a40b80f5 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -12,9 +12,6 @@ union Any {
Cwd,
CwdRes,
Dial,
- Environ,
- EnvironRes,
- Exit,
Fetch,
FetchSourceFile,
FetchSourceFileRes,
@@ -29,8 +26,6 @@ union Any {
HostGetMessageRes,
HostGetWorkerClosed,
HostPostMessage,
- IsTTY,
- IsTTYRes,
Kill,
Link,
Listen,
@@ -77,9 +72,6 @@ union Any {
Truncate,
HomeDir,
HomeDirRes,
- ExecPath,
- ExecPathRes,
- Utime,
WorkerGetMessage,
WorkerGetMessageRes,
WorkerPostMessage,
@@ -286,21 +278,11 @@ table GlobalTimerRes { }
table GlobalTimerStop { }
-table Exit {
- code: int;
-}
-
-table Environ {}
-
table SetEnv {
key: string;
value: string;
}
-table EnvironRes {
- map: [KeyValue];
-}
-
table KeyValue {
key: string;
value: string;
@@ -469,18 +451,6 @@ table HomeDirRes {
path: string;
}
-table ExecPath {}
-
-table ExecPathRes {
- path: string;
-}
-
-table Utime {
- filename: string;
- atime: uint64;
- mtime: uint64;
-}
-
table Open {
filename: string;
perm: uint;
@@ -600,14 +570,6 @@ table NowRes {
subsec_nanos: uint32;
}
-table IsTTY {}
-
-table IsTTYRes {
- stdin: bool;
- stdout: bool;
- stderr: bool;
-}
-
table Seek {
rid: uint32;
offset: int;