소스 검색

Remove extraneous TODO

Jon Skeet 10 년 전
부모
커밋
31d119af22
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      csharp/generate_protos.sh

+ 0 - 1
csharp/generate_protos.sh

@@ -36,7 +36,6 @@ if [ -z "$PROTOC" ]; then
 fi
 
 # Descriptor proto
-# TODO(jonskeet): Remove fixup
 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf/Reflection \
     src/google/protobuf/descriptor.proto