aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-08-25 17:51:17 +0100
committerJan Tattermusch <jtattermusch@google.com>2015-08-25 18:10:43 -0700
commit8f2892bc62dd1fd5ceab02f3bc82ea87ffa74ef2 (patch)
tree9aabef82a4ff33bb1ffbb5550d4fafffcda413ff
parent3c74a0c9cccbec8b29985ee91c16a206a78650ae (diff)
downloadprotobuf-8f2892bc62dd1fd5ceab02f3bc82ea87ffa74ef2.tar.gz
protobuf-8f2892bc62dd1fd5ceab02f3bc82ea87ffa74ef2.tar.bz2
protobuf-8f2892bc62dd1fd5ceab02f3bc82ea87ffa74ef2.zip
Remove extraneous TODO
-rwxr-xr-xcsharp/generate_protos.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/generate_protos.sh b/csharp/generate_protos.sh
index da6f940e..0d217a9d 100755
--- a/csharp/generate_protos.sh
+++ b/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