Explorar el Código

Removed duplicate using statement from ReflectionUtil.cs

Adam Cozzette hace 7 años
padre
commit
9d64d740a1
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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>