diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-08 16:12:16 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-15 21:14:17 -0400 |
commit | e02d8bcf18f8170a41439f4ffa416d26c5846b6e (patch) | |
tree | ba4783fe2406a744e9c2d84e110802386f348ac0 /cli/msg.fbs | |
parent | 7d25c559fc841816ac68282ba67e8f0c1fc069bd (diff) |
Remove FileInfo.path
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r-- | cli/msg.fbs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index 493bf1d68..6efa871b6 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -435,7 +435,6 @@ table StatRes { mode: uint; has_mode: bool; // false on windows name: string; - path: string; } table Truncate { |