reduce memory use on Attribute() caused by Attributes().
[mono.git] / mcs / class / System.Xml.Linq / System.Xml.XPath / Extensions.cs
index 94139746016ba85832f1dbcf32a4d4708d158cd3..10a91c3030d7dc2f91ea65d0b10cc1d33f9be4b1 100644 (file)
@@ -24,8 +24,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOONLIGHT
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -95,5 +93,3 @@ namespace System.Xml.XPath
                }
        }
 }
-
-#endif