aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/tips/empty.proto
diff options
context:
space:
mode:
authorGravatar Chen Wang <chenw@google.com>2015-01-22 14:52:49 -0800
committerGravatar Chen Wang <chenw@google.com>2015-01-22 14:52:49 -0800
commit819f755b74b217acfee017ec9aa7e8d0ea3a706a (patch)
tree800b27196c653ecd7bd7c856ede75738c6a051dc /examples/tips/empty.proto
parent8c1109737f835f23056325e366aced23fa24db37 (diff)
fixed some typos
Diffstat (limited to 'examples/tips/empty.proto')
-rw-r--r--examples/tips/empty.proto6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/tips/empty.proto b/examples/tips/empty.proto
index a698ab6f8a..adf66b5e61 100644
--- a/examples/tips/empty.proto
+++ b/examples/tips/empty.proto
@@ -10,10 +10,4 @@ package proto2;
// rpc Bar (proto2.Empty) returns (proto2.Empty) { };
// };
//
-// BEGIN GOOGLE-INTERNAL
-// 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)
-// END GOOGLE-INTERNAL
message Empty {}