aboutsummaryrefslogtreecommitdiff
path: root/examples/cmake_relpath/proto/simple.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cmake_relpath/proto/simple.proto')
-rw-r--r--examples/cmake_relpath/proto/simple.proto11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/cmake_relpath/proto/simple.proto b/examples/cmake_relpath/proto/simple.proto
deleted file mode 100644
index 3bf4ad1..0000000
--- a/examples/cmake_relpath/proto/simple.proto
+++ /dev/null
@@ -1,11 +0,0 @@
-// A very simple protocol definition, consisting of only
-// one message.
-syntax = "proto2";
-
-import "sub/unlucky.proto";
-
-message SimpleMessage {
- required int32 lucky_number = 1;
- required UnluckyNumber unlucky = 2;
-}
-