Browse Source

Removed redundant comment.

Gabriel Kliot 10 years ago
parent
commit
bdec990703
1 changed files with 0 additions and 1 deletions
  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 }