| Index: runtime/vm/regexp_parser.h
|
| diff --git a/runtime/vm/regexp_parser.h b/runtime/vm/regexp_parser.h
|
| index 7ebfcd15dfc02b372d1dd2d45411ce13e6a0b39b..7b8a140c21eaaee78280bdb28967710a0277a46f 100644
|
| --- a/runtime/vm/regexp_parser.h
|
| +++ b/runtime/vm/regexp_parser.h
|
| @@ -53,8 +53,6 @@ class RegExpParser : public ValueObject {
|
| public:
|
| RegExpParser(const String& in, String* error, bool multiline_mode);
|
|
|
| - static bool ParseFunction(ParsedFunction* parsed_function);
|
| -
|
| static bool ParseRegExp(const String& input,
|
| bool multiline,
|
| RegExpCompileData* result);
|
|
|