Merge pull request #4696 from acozzette/csharp-fix

Removed duplicate using statement from ReflectionUtil.cs
pull/4706/head
Adam Cozzette 7 years ago committed by GitHub
commit d31864a7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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