summaryrefslogtreecommitdiff
path: root/csharp/generate_protos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/generate_protos.sh')
-rwxr-xr-xcsharp/generate_protos.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/csharp/generate_protos.sh b/csharp/generate_protos.sh
index 962f2a9c..0d217a9d 100755
--- a/csharp/generate_protos.sh
+++ b/csharp/generate_protos.sh
@@ -36,11 +36,8 @@ if [ -z "$PROTOC" ]; then
fi
# Descriptor proto
-# TODO(jonskeet): Remove fixup
-cp src/google/protobuf/descriptor.proto src/google/protobuf/descriptor_proto_file.proto
$PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf/Reflection \
- src/google/protobuf/descriptor_proto_file.proto
-rm src/google/protobuf/descriptor_proto_file.proto
+ src/google/protobuf/descriptor.proto
$PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf/WellKnownTypes \
src/google/protobuf/any.proto \