[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.Text.RegularExpressions / RegexRunner.cs
index 9cb3e2ca0f382c766493d317fbb308ba131eee6b..48b42b9314fe9d584dbe23be8d89dd9b4b1c5d4d 100644 (file)
@@ -55,13 +55,11 @@ namespace System.Text.RegularExpressions {
                protected void Capture (int capnum, int start, int end) {
                        throw new NotImplementedException ();
                }
-#if NET_2_0
                [MonoTODO]
                protected static bool CharInClass (char ch, string charClass)
                {
                        throw new NotImplementedException ();
                }
-#endif
                [MonoTODO]
                protected static bool CharInSet (char ch, string set, string category) {
                        throw new NotImplementedException ();