[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Description / ServiceDescriptionCollection.cs
index 0d321e7725aaae77e5b79d04c3aec737a60b6633..ede0ad15ec73243bb1e9c60e3bf3348afdd5574b 100644 (file)
@@ -35,9 +35,7 @@ using System.Xml;
 namespace System.Web.Services.Description {
        public sealed class ServiceDescriptionCollection : ServiceDescriptionBaseCollection {
 
-#if !TARGET_JVM //code generation is not supported
                ServiceDescriptionImporter importer;
-#endif
                
                #region Constructors
        
@@ -69,12 +67,10 @@ namespace System.Web.Services.Description {
                #endregion // Properties
 
                #region Methods
-#if !TARGET_JVM //code generation is not supported
                internal void SetImporter (ServiceDescriptionImporter i)
                {
                        importer = i;
                }
-#endif
                public int Add (ServiceDescription serviceDescription) 
                {
                        Insert (Count, serviceDescription);