1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:17:35 +00:00

LibRegex: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:09:21 +00:00 committed by Linus Groh
parent bc1504c794
commit 6c66fd5ffb
2 changed files with 0 additions and 2 deletions

View file

@ -97,7 +97,6 @@ public:
Regex& operator=(Regex&&);
typename ParserTraits<Parser>::OptionsType options() const;
void print_bytecode(FILE* f = stdout) const;
DeprecatedString error_string(Optional<DeprecatedString> message = {}) const;
RegexResult match(RegexStringView view, Optional<typename ParserTraits<Parser>::OptionsType> regex_options = {}) const