Jan Tattermusch пре 5 година
родитељ
комит
b2c94974b2
1 измењених фајлова са 0 додато и 2 уклоњено
  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)