mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
LibRegex: Remove declarations for non-existent methods
This commit is contained in:
parent
bc1504c794
commit
6c66fd5ffb
Notes:
sideshowbarker
2024-07-17 01:06:07 +09:00
Author: https://github.com/AtkinsSJ
Commit: 6c66fd5ffb
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue