Remove profanity
[mono.git] / mcs / class / System / System.Configuration / IgnoreSectionHandler.cs
index 4a37791ec4c84f036a81b2ce3ade91239fc15401..693f936c05e57d5874cc33b1016568d15ffc4b9a 100644 (file)
@@ -31,6 +31,8 @@
 using System;
 #if (XML_DEP)
 using System.Xml;
+#else
+using XmlNode = System.Object;
 #endif
 
 namespace System.Configuration
@@ -40,7 +42,6 @@ namespace System.Configuration
        /// </summary>
        public class IgnoreSectionHandler : IConfigurationSectionHandler
        {
-#if (XML_DEP)
                /// <summary>
                ///             Creates a new configuration handler and adds the specified configuration object to the collection.
                /// </summary>
@@ -52,6 +53,5 @@ namespace System.Configuration
                {
                        return null;
                }
-#endif
        }
 }