Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / ComManagedImportUtil.cs
index 4b2f07141cbf604d2a820d6a7c2365c0e4883064..45befdd77f552935ba1953aab81d8bf2020cbc01 100644 (file)
@@ -31,7 +31,6 @@ using System.Runtime.InteropServices;
 
 namespace System.EnterpriseServices.Internal
 {
-#if NET_1_1
        [Guid("3b0398c9-7812-4007-85cb-18c771f2206f")]
        public class ComManagedImportUtil : IComManagedImportUtil {
 
@@ -53,5 +52,4 @@ namespace System.EnterpriseServices.Internal
                        throw new NotImplementedException ();
                }
        }
-#endif
 }