Browse Source

remove a TODO

Jan Tattermusch 5 years ago
parent
commit
b2c94974b2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      csharp/src/Google.Protobuf/WritingPrimitives.cs

+ 0 - 2
csharp/src/Google.Protobuf/WritingPrimitives.cs

@@ -45,8 +45,6 @@ namespace Google.Protobuf
     {
         // "Local" copy of Encoding.UTF8, for efficiency. (Yes, it makes a difference.)
         internal static readonly Encoding Utf8Encoding = Encoding.UTF8;
-     
-        // TODO: computing size....
 
         #region Writing of values (not including tags)