aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/protos/unittest_import_proto3.proto
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/protos/unittest_import_proto3.proto')
-rw-r--r--csharp/protos/unittest_import_proto3.proto12
1 files changed, 0 insertions, 12 deletions
diff --git a/csharp/protos/unittest_import_proto3.proto b/csharp/protos/unittest_import_proto3.proto
index f5fb3bc2..2e666822 100644
--- a/csharp/protos/unittest_import_proto3.proto
+++ b/csharp/protos/unittest_import_proto3.proto
@@ -36,22 +36,10 @@
syntax = "proto3";
-// We don't put this in a package within proto2 because we need to make sure
-// that the generated code doesn't depend on being in the proto2 namespace.
-// In test_util.h we do
-// "using namespace unittest_import = protobuf_unittest_import".
package protobuf_unittest_import;
-option optimize_for = SPEED;
-option cc_enable_arenas = true;
-
-// Exercise the java_package option.
-option java_package = "com.google.protobuf.test";
option csharp_namespace = "Google.Protobuf.TestProtos";
-// Do not set a java_outer_classname here to verify that Proto2 works without
-// one.
-
// Test public import
import public "unittest_import_public_proto3.proto";