aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2018-05-29 14:29:59 -0700
committerGravatar Adam Cozzette <acozzette@google.com>2018-05-29 14:29:59 -0700
commit9d64d740a142aa705113c1e7a643003857ca8cf0 (patch)
tree5289f73ee710cbd35612820a3c9f081036323d62 /csharp
parentedaaea01f69cb9927813a5fe55093b8faacebb97 (diff)
Removed duplicate using statement from ReflectionUtil.cs
Diffstat (limited to 'csharp')
-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>