summaryrefslogtreecommitdiff
path: root/mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs')
-rw-r--r--mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs b/mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs
index 83bee5fe7e..7aa0bb9f00 100644
--- a/mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs
+++ b/mcs/class/System.Xml.Linq/System.Xml.Schema/Extensions.cs
@@ -24,8 +24,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-#if !NET_2_1
-
using System;
using System.Xml;
using System.Xml.Linq;
@@ -109,5 +107,3 @@ namespace System.Xml.Schema
}
}
}
-
-#endif