[corlib] Remove System.Core security types
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Description / ServiceDescriptionImportStyle.cs
index cef9569c7f56e6f33c586df6946798bc2c47eccf..5569182cde45ee65e9f596ebfc429110357f4573 100644 (file)
@@ -31,16 +31,11 @@ using System.Xml.Serialization;
 
 namespace System.Web.Services.Description {
        public enum ServiceDescriptionImportStyle {
-#if NET_2_0
                [XmlEnum ("client")]
                Client,
                [XmlEnum ("server")]
                Server,
                [XmlEnum ("serverInterface")]
                ServerInterface,
-#else
-               Client,
-               Server
-#endif
        }
 }