Sfoglia il codice sorgente

Remove extraneous TODO

Jon Skeet 10 anni fa
parent
commit
8f2892bc62
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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