Merge pull request #347 from JamesB7/master
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / IComSoapPublisher.cs
index c3c30f063373b8aefb62d137e4042909955e33b2..4527906deae86bee752d46bff482ffdf90719e98 100644 (file)
@@ -32,7 +32,6 @@ using System.Runtime.InteropServices;
 
 namespace System.EnterpriseServices.Internal
 {
-#if NET_1_1
        [Guid("d8013eee-730b-45e2-ba24-874b7242c425")]
        public interface IComSoapPublisher
        {
@@ -112,5 +111,4 @@ namespace System.EnterpriseServices.Internal
                [DispId(12)]
                void UnRegisterAssembly ([MarshalAs(UnmanagedType.BStr)] string AssemblyPath);
        }
-#endif
 }