Unverified Commit d31864a7 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #4696 from acozzette/csharp-fix

Removed duplicate using statement from ReflectionUtil.cs
parents 6c12ff5a 9d64d740
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment