소스 검색

remove a TODO

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)