diff options
author | Adam Cozzette <acozzette@google.com> | 2018-05-29 14:29:59 -0700 |
---|---|---|
committer | Adam Cozzette <acozzette@google.com> | 2018-05-29 14:29:59 -0700 |
commit | 9d64d740a142aa705113c1e7a643003857ca8cf0 (patch) | |
tree | 5289f73ee710cbd35612820a3c9f081036323d62 | |
parent | edaaea01f69cb9927813a5fe55093b8faacebb97 (diff) |
Removed duplicate using statement from ReflectionUtil.cs
-rw-r--r-- | csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs | 4 |
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> |