소스 검색

More NET_2_0 removal

svn path=/trunk/mcs/; revision=145236
Miguel de Icaza 16 년 전
부모
커밋
7f825c2dbe
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      mcs/class/corlib/System.Threading/Thread.cs

+ 0 - 4
mcs/class/corlib/System.Threading/Thread.cs

@@ -1095,9 +1095,7 @@ namespace System.Threading {
 		// But it's there!
 		[SecurityPermission (SecurityAction.LinkDemand, UnmanagedCode = true)]
 		[StrongNameIdentityPermission (SecurityAction.LinkDemand, PublicKey="00000000000000000400000000000000")]
-#if NET_2_0
 		[Obsolete ("see CompressedStack class")]
-#endif
 #if NET_1_1
 		public
 #else
@@ -1117,9 +1115,7 @@ namespace System.Threading {
 		// But it's there!
 		[SecurityPermission (SecurityAction.LinkDemand, UnmanagedCode = true)]
 		[StrongNameIdentityPermission (SecurityAction.LinkDemand, PublicKey="00000000000000000400000000000000")]
-#if NET_2_0
 		[Obsolete ("see CompressedStack class")]
-#endif
 #if NET_1_1
 		public
 #else