[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.XML / System.Xml / XmlWriter.cs
index 0309709cfdcda1fe779169f5b6698fb50cdaf75b..29d196686eb47b3e58d35ccc172579efb8ba3f1c 100755 (executable)
@@ -189,11 +189,7 @@ namespace System.Xml
                        Close ();
                }
 
-#if NET_4_0
                public void Dispose ()
-#else
-               void IDisposable.Dispose() 
-#endif
                {
                        Dispose (false);
                }