Removed duplicate using statement from ReflectionUtil.cs

This commit is contained in:
Adam Cozzette 2018-05-29 14:29:59 -07:00
parent edaaea01f6
commit 9d64d740a1

View File

@ -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>