aboutsummaryrefslogtreecommitdiff
path: root/examples/using_union_messages/unionproto.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/using_union_messages/unionproto.proto')
-rw-r--r--examples/using_union_messages/unionproto.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/using_union_messages/unionproto.proto b/examples/using_union_messages/unionproto.proto
index 209df0d..d7c9de2 100644
--- a/examples/using_union_messages/unionproto.proto
+++ b/examples/using_union_messages/unionproto.proto
@@ -5,8 +5,6 @@
// but they are commonly implemented by filling out exactly one of
// several optional fields.
-syntax = "proto2";
-
message MsgType1
{
required int32 value = 1;