summaryrefslogtreecommitdiffstats
path: root/common/sample.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/sample.fbs')
-rw-r--r--common/sample.fbs9
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 @@
1namespace Sink;
2
3table Sample {
4 periodStart: string;
5 periodEnd: string;
6 reference: string;
7}
8
9root_type Sample;