Browse Source

remove a TODO

Jan Tattermusch 5 năm trước cách đây
mục cha
commit
b2c94974b2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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)