clean up some internal path and names

This commit is contained in:
Yang Gao 2015-02-20 13:04:52 -08:00
parent c4b33e1f83
commit 7ba78a6b27
1 changed files with 0 additions and 6 deletions

View File

@ -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 {}