aboutsummaryrefslogtreecommitdiff
path: root/csharp/protos/map_unittest_proto3.proto
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2017-11-13 09:05:05 +0000
committerJon Skeet <skeet@pobox.com>2017-11-14 07:31:59 +0000
commit91ff83c024be36e2f2728c30cd7eedcec9220d1a (patch)
tree78a53ac5cce838cc4bb0b4087addabc7d00dfa70 /csharp/protos/map_unittest_proto3.proto
parentd3537c24ffde7c28bd8a8abe576747613b8e3afc (diff)
downloadprotobuf-91ff83c024be36e2f2728c30cd7eedcec9220d1a.tar.gz
protobuf-91ff83c024be36e2f2728c30cd7eedcec9220d1a.tar.bz2
protobuf-91ff83c024be36e2f2728c30cd7eedcec9220d1a.zip
Remove non-C# options from C#-only test protos
Diffstat (limited to 'csharp/protos/map_unittest_proto3.proto')
-rw-r--r--csharp/protos/map_unittest_proto3.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/protos/map_unittest_proto3.proto b/csharp/protos/map_unittest_proto3.proto
index 1909f0b2..e43e858b 100644
--- a/csharp/protos/map_unittest_proto3.proto
+++ b/csharp/protos/map_unittest_proto3.proto
@@ -36,7 +36,6 @@
// required fields in proto3.
syntax = "proto3";
-option cc_enable_arenas = true;
option csharp_namespace = "Google.Protobuf.TestProtos";
import "unittest_proto3.proto";