Преглед на файлове

Changing reflection namespace (part 4)

Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
Jon Skeet преди 10 години
родител
ревизия
1660c5631e

+ 0 - 1
csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs

@@ -31,7 +31,6 @@
 #endregion
 
 using System.Collections.Generic;
-using Google.Protobuf.DescriptorProtos;
 
 namespace Google.Protobuf.Reflection
 {

+ 0 - 2
csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs

@@ -30,8 +30,6 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #endregion
 
-using Google.Protobuf.DescriptorProtos;
-
 namespace Google.Protobuf.Reflection
 {
     /// <summary>

+ 0 - 1
csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs

@@ -31,7 +31,6 @@
 #endregion
 
 using System;
-using Google.Protobuf.DescriptorProtos;
 
 namespace Google.Protobuf.Reflection
 {

+ 0 - 2
csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs

@@ -33,8 +33,6 @@
 using System;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
-using Google.Protobuf.DescriptorProtos;
-using FileOptions = Google.Protobuf.DescriptorProtos.FileOptions;
 
 namespace Google.Protobuf.Reflection
 {

+ 0 - 1
csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs

@@ -32,7 +32,6 @@
 
 using System;
 using System.Collections.Generic;
-using Google.Protobuf.DescriptorProtos;
 
 namespace Google.Protobuf.Reflection
 {

+ 0 - 2
csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs

@@ -30,8 +30,6 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #endregion
 
-using Google.Protobuf.DescriptorProtos;
-
 namespace Google.Protobuf.Reflection
 {
     /// <summary>

+ 0 - 1
csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs

@@ -32,7 +32,6 @@
 
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
-using Google.Protobuf.DescriptorProtos;
 
 namespace Google.Protobuf.Reflection
 {

+ 0 - 1
csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs

@@ -32,7 +32,6 @@
 
 using System;
 using System.Collections.Generic;
-using Google.Protobuf.DescriptorProtos;
 
 namespace Google.Protobuf.Reflection
 {