aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2018-05-30 10:40:00 -0700
committerGitHub <noreply@github.com>2018-05-30 10:40:00 -0700
commitd31864a7ed97c64426ee06c63b48f5992a52104a (patch)
tree5791a461a7c57513127672c0bea37f8f6eb79dd2
parent6c12ff5a05a7ed283f5c972af47d0c426cd9bb34 (diff)
parent9d64d740a142aa705113c1e7a643003857ca8cf0 (diff)
downloadprotobuf-d31864a7ed97c64426ee06c63b48f5992a52104a.tar.gz
protobuf-d31864a7ed97c64426ee06c63b48f5992a52104a.tar.bz2
protobuf-d31864a7ed97c64426ee06c63b48f5992a52104a.zip
Merge pull request #4696 from acozzette/csharp-fix
Removed duplicate using statement from ReflectionUtil.cs
-rw-r--r--csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs b/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs
index 18a70b80..feaeba0e 100644
--- a/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs
+++ b/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>