Removed duplicate using statement from ReflectionUtil.cs
This commit is contained in:
parent
edaaea01f6
commit
9d64d740a1
@ -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…
Reference in New Issue
Block a user