Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / IISVirtualRoot.cs
index 61da318bba66d47d866cadeaf0ddd177a7e37bf8..311d6944b9268310d70612588774c51e67a21971 100644 (file)
@@ -30,7 +30,6 @@ using System.Runtime.InteropServices;
 
 namespace System.EnterpriseServices.Internal
 {
-#if NET_1_1
        [Guid("d8013ef1-730b-45e2-ba24-874b7242c425")]
        public class IISVirtualRoot : IComSoapIISVRoot {
 
@@ -53,5 +52,4 @@ namespace System.EnterpriseServices.Internal
                }
 
        }
-#endif
 }