Removed redundant comment.

pull/988/head
Gabriel Kliot 9 years ago
parent 09d03dfc7e
commit bdec990703
  1. 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 }

Loading…
Cancel
Save