Browse Source

Merge pull request #4696 from acozzette/csharp-fix

Removed duplicate using statement from ReflectionUtil.cs
Adam Cozzette 7 years ago
parent
commit
d31864a7ed
1 changed files with 0 additions and 4 deletions
  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>