Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
@@ -31,7 +31,6 @@
#endregion
using System.Collections.Generic;
-using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
@@ -30,8 +30,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
/// <summary>
using System;
@@ -33,8 +33,6 @@
using System.Collections.ObjectModel;
-using FileOptions = Google.Protobuf.DescriptorProtos.FileOptions;
@@ -32,7 +32,6 @@