diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-25 12:03:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-25 12:03:48 +0100 |
commit | df99cc0a8fc96e6584d71a6fe03cad2b321118cb (patch) | |
tree | 1dabc4bc96194e36b001eb57bfddc38d7d8887ac /common/commands | |
parent | 22af1ed535b4afc8db3804e72bc5adb1a1b28d60 (diff) | |
download | sink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.tar.gz sink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.zip |
Removed unused command.
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/fetchentity.fbs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/commands/fetchentity.fbs b/common/commands/fetchentity.fbs deleted file mode 100644 index bceafbd..0000000 --- a/common/commands/fetchentity.fbs +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | namespace Sink.Commands; | ||
2 | |||
3 | table FetchEntity { | ||
4 | revision: ulong; | ||
5 | entityId: string; | ||
6 | properties: [string]; | ||
7 | } | ||
8 | |||
9 | root_type FetchEntity; | ||