浏览代码

Removed duplicate using statement from ReflectionUtil.cs

Adam Cozzette 7 年之前
父节点
当前提交
9d64d740a1
共有 1 个文件被更改,包括 0 次插入4 次删除
  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>