From df99cc0a8fc96e6584d71a6fe03cad2b321118cb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 25 Nov 2016 12:03:48 +0100 Subject: Removed unused command. --- common/commands/fetchentity.fbs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 common/commands/fetchentity.fbs (limited to 'common/commands') 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 @@ -namespace Sink.Commands; - -table FetchEntity { - revision: ulong; - entityId: string; - properties: [string]; -} - -root_type FetchEntity; -- cgit v1.2.3