diff options
Diffstat (limited to 'common/queuedcommand.fbs')
-rw-r--r-- | common/queuedcommand.fbs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/queuedcommand.fbs b/common/queuedcommand.fbs index 06226d3..114e2cd 100644 --- a/common/queuedcommand.fbs +++ b/common/queuedcommand.fbs | |||
@@ -3,9 +3,6 @@ namespace Sink; | |||
3 | table QueuedCommand { | 3 | table QueuedCommand { |
4 | commandId: int; | 4 | commandId: int; |
5 | command: [ubyte]; | 5 | command: [ubyte]; |
6 | // entityId: string; | ||
7 | // sourceRevision: ulong; | ||
8 | // targetRevision: [ubyte]; | ||
9 | } | 6 | } |
10 | 7 | ||
11 | root_type QueuedCommand; | 8 | root_type QueuedCommand; |