From 9d64d740a142aa705113c1e7a643003857ca8cf0 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Tue, 29 May 2018 14:29:59 -0700 Subject: [PATCH] Removed duplicate using statement from ReflectionUtil.cs --- csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs b/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs index 18a70b80b8..feaeba0ee7 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 { ///