X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Text.RegularExpressions%2FRegexRunner.cs;h=48b42b9314fe9d584dbe23be8d89dd9b4b1c5d4d;hb=f48ceb9860676c342f4c91fbc2e34ea600d839c6;hp=9cb3e2ca0f382c766493d317fbb308ba131eee6b;hpb=07ec1253c277856bdbb74213e2defc8ed23cf8e3;p=mono.git diff --git a/mcs/class/System/System.Text.RegularExpressions/RegexRunner.cs b/mcs/class/System/System.Text.RegularExpressions/RegexRunner.cs index 9cb3e2ca0f3..48b42b9314f 100644 --- a/mcs/class/System/System.Text.RegularExpressions/RegexRunner.cs +++ b/mcs/class/System/System.Text.RegularExpressions/RegexRunner.cs @@ -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 ();