diff options
Diffstat (limited to 'common/sample.fbs')
-rw-r--r-- | common/sample.fbs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/sample.fbs b/common/sample.fbs deleted file mode 100644 index dbd0e03..0000000 --- a/common/sample.fbs +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | namespace Sink; | ||
2 | |||
3 | table Sample { | ||
4 | periodStart: string; | ||
5 | periodEnd: string; | ||
6 | reference: string; | ||
7 | } | ||
8 | |||
9 | root_type Sample; | ||