Bläddra i källkod

Removed duplicate using statement from ReflectionUtil.cs

Adam Cozzette 7 år sedan
förälder
incheckning
9d64d740a1
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs

+ 0 - 4
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>