Explorar el Código

Remove extraneous TODO

Jon Skeet hace 10 años
padre
commit
8f2892bc62
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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