Removed redundant comment.

This commit is contained in:
Gabriel Kliot 2015-11-19 08:05:05 -08:00
parent 09d03dfc7e
commit bdec990703

View file

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