浏览代码

Removed redundant comment.

Gabriel Kliot 10 年之前
父节点
当前提交
bdec990703
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      csharp/src/AddressBook/SampleUsage.cs

+ 0 - 1
csharp/src/AddressBook/SampleUsage.cs

@@ -56,7 +56,6 @@ namespace Google.Protobuf.Examples.AddressBook
             }
             Person copy = Person.Parser.ParseFrom(bytes);
 
-            // A more streamlined approach might look like this:
             AddressBook book = new AddressBook
             {
                 People = { copy }