aboutsummaryrefslogtreecommitdiff
path: root/examples/using_double_on_avr/doubleproto.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/using_double_on_avr/doubleproto.proto')
-rw-r--r--examples/using_double_on_avr/doubleproto.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/using_double_on_avr/doubleproto.proto b/examples/using_double_on_avr/doubleproto.proto
index 72d3f9c..d8b7f2d 100644
--- a/examples/using_double_on_avr/doubleproto.proto
+++ b/examples/using_double_on_avr/doubleproto.proto
@@ -1,6 +1,4 @@
// A message containing doubles, as used by other applications.
-syntax = "proto2";
-
message DoubleMessage {
required double field1 = 1;
required double field2 = 2;