summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/proto/JSON.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/uscxml/proto/JSON.proto')
-rw-r--r--test/samples/uscxml/proto/JSON.proto6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/samples/uscxml/proto/JSON.proto b/test/samples/uscxml/proto/JSON.proto
deleted file mode 100644
index 255ab79..0000000
--- a/test/samples/uscxml/proto/JSON.proto
+++ /dev/null
@@ -1,6 +0,0 @@
-message JSONProto {
- repeated JSONProto compound = 1;
- optional string key = 2;
- optional string atom = 3;
- optional bool verbatim = 4;
-}