Bump corlib version number following PR#2875
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices / RegistrationHelper.cs
index 0750fe0ce3657075dc00c6f0edf0008b61ce308a..860ffa48834af25d3d2548d76ca13a0d5ef380c3 100644 (file)
@@ -59,13 +59,11 @@ namespace System.EnterpriseServices {
                        throw new NotImplementedException ();
                }
 
-#if NET_1_1
                [MonoTODO]
                public void InstallAssemblyFromConfig ([MarshalAs(UnmanagedType.IUnknown)] ref RegistrationConfig regConfig)
                {
                        throw new NotImplementedException ();
                }
-#endif
 
                public void UninstallAssembly (string assembly, string application)
                {
@@ -78,13 +76,11 @@ namespace System.EnterpriseServices {
                        throw new NotImplementedException ();
                }
 
-#if NET_1_1
                [MonoTODO]
                public void UninstallAssemblyFromConfig ([MarshalAs(UnmanagedType.IUnknown)] ref RegistrationConfig regConfig)
                {
                        throw new NotImplementedException ();
                }
-#endif
 
                #endregion // Methods
        }