aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-20 13:04:52 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-20 13:04:52 -0800
commitbbd67c04993aad79d854769959ea0d4c314ee931 (patch)
tree4fb7e0b73921fe882ae88ec46912130c6312ead3 /test
parentb681d0adba74e8f870082a15103b71038dd5beb0 (diff)
clean up some internal path and names
Diffstat (limited to 'test')
-rw-r--r--test/cpp/interop/empty.proto6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/cpp/interop/empty.proto b/test/cpp/interop/empty.proto
index f66a108c19..4295a0a960 100644
--- a/test/cpp/interop/empty.proto
+++ b/test/cpp/interop/empty.proto
@@ -40,10 +40,4 @@ package grpc.testing;
// rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { };
// };
//
-// MOE:begin_strip
-// The difference between this one and net/rpc/empty-message.proto is that
-// 1) The generated message here is in proto2 C++ API.
-// 2) The proto2.Empty has minimum dependencies
-// (no message_set or net/rpc dependencies)
-// MOE:end_strip
message Empty {}