Răsfoiți Sursa

Removed redundant comment.

Gabriel Kliot 10 ani în urmă
părinte
comite
bdec990703
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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 }