Removed duplicate using statement from ReflectionUtil.cs

pull/4696/head
Adam Cozzette 7 years ago
parent edaaea01f6
commit 9d64d740a1
  1. 4
      csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs

@ -34,10 +34,6 @@ using Google.Protobuf.Compatibility;
using System;
using System.Reflection;
#if NET35
using Google.Protobuf.Compatibility;
#endif
namespace Google.Protobuf.Reflection
{
/// <summary>

Loading…
Cancel
Save