summaryrefslogtreecommitdiffstats
path: root/common/commands
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-25 12:03:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-25 12:03:48 +0100
commitdf99cc0a8fc96e6584d71a6fe03cad2b321118cb (patch)
tree1dabc4bc96194e36b001eb57bfddc38d7d8887ac /common/commands
parent22af1ed535b4afc8db3804e72bc5adb1a1b28d60 (diff)
downloadsink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.tar.gz
sink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.zip
Removed unused command.
Diffstat (limited to 'common/commands')
-rw-r--r--common/commands/fetchentity.fbs9
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 @@
1namespace Sink.Commands;
2
3table FetchEntity {
4 revision: ulong;
5 entityId: string;
6 properties: [string];
7}
8
9root_type FetchEntity;