[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Description / ServiceDescriptionSerializerBase2.cs
index 69e87d037ad04547118bdbab88a457725746c949..9a1832792fdf55bf913eb3bc5a12f0bdb848ca56 100644 (file)
@@ -2479,7 +2479,6 @@ namespace System.Web.Services.Description
                }
        }
 
-       #if !TARGET_JVM
        internal class XmlSerializerContract : System.Xml.Serialization.XmlSerializerImplementation
        {
                System.Collections.Hashtable readMethods = null;
@@ -2550,7 +2549,6 @@ namespace System.Web.Services.Description
                }
        }
 
-       #endif
 }
 
 #endif