Removed redundant comment.
This commit is contained in:
parent
09d03dfc7e
commit
bdec990703
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue