Browse Source

NET_1_1 removal

svn path=/trunk/mcs/; revision=146812
Jb Evain 16 years ago
parent
commit
8aed2fcb2d

+ 0 - 2
mcs/class/corlib/System.Reflection/AssemblyName.cs

@@ -389,7 +389,6 @@ namespace System.Reflection {
 			return aname;
 		}
 
-#if NET_1_1
 		void _AssemblyName.GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
 		{
 			throw new NotImplementedException ();
@@ -410,6 +409,5 @@ namespace System.Reflection {
 		{
 			throw new NotImplementedException ();
 		}
-#endif
 	}
 }

+ 0 - 2
mcs/class/corlib/System.Reflection/MethodAttributes.cs

@@ -96,11 +96,9 @@ namespace System.Reflection {
 		/// </summary>
 		VtableLayoutMask = 256,
 
-#if NET_1_1
 		/// <summary>
 		/// </summary>		
 		CheckAccessOnOverride = 512,
-#endif
 
 		/// <summary>
 		/// </summary>

+ 0 - 2
mcs/class/corlib/System.Reflection/Module.cs

@@ -470,7 +470,6 @@ namespace System.Reflection {
 		[MethodImplAttribute (MethodImplOptions.InternalCall)]
 		internal static extern void GetPEKind (IntPtr module, out PortableExecutableKinds peKind, out ImageFileMachine machine);
 
-#if NET_1_1
 		void _Module.GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
 		{
 			throw new NotImplementedException ();
@@ -491,6 +490,5 @@ namespace System.Reflection {
 		{
 			throw new NotImplementedException ();
 		}
-#endif
 	}
 }