aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-14 11:38:06 +0100
committerJon Skeet <jonskeet@google.com>2015-07-14 11:38:06 +0100
commit1660c5631e798883139996ea10cba5e602779578 (patch)
treebf993b4a81d2e2f8d550a9ddb4d2a70ec80ab2d1 /csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
parent9c888fa3a284d329560348325ceb7f88e565ce3c (diff)
downloadprotobuf-1660c5631e798883139996ea10cba5e602779578.tar.gz
protobuf-1660c5631e798883139996ea10cba5e602779578.tar.bz2
protobuf-1660c5631e798883139996ea10cba5e602779578.zip
Changing reflection namespace (part 4)
Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
Diffstat (limited to 'csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs')
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
index 99f85517..3d9d0d75 100644
--- a/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
@@ -31,7 +31,6 @@
#endregion
using System;
-using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{