aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-02-20 14:52:32 -0800
committerGravatar Michael Lumish <mlumish@google.com>2015-02-20 14:52:32 -0800
commit00bdbe64a0a5410bc03a8935d4edc83469964aee (patch)
treef6fd97ba82cc9ee151abfe7b072e144369fb7964 /test/cpp
parent787ea2918a7c016290f665e986aef0ad7cce7bd2 (diff)
parentbbd67c04993aad79d854769959ea0d4c314ee931 (diff)
Merge pull request #669 from yang-g/comments
clean up some internal path and names
Diffstat (limited to 'test/cpp')
-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 {}