mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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
|
@ -274,7 +274,6 @@ private:
|
|||
bool parse_extended_atom(ByteCode&, size_t&, ParseFlags);
|
||||
bool parse_inner_disjunction(ByteCode& bytecode_stack, size_t& length, ParseFlags);
|
||||
bool parse_invalid_braced_quantifier(); // Note: This function either parses and *fails*, or doesn't parse anything and returns false.
|
||||
bool parse_legacy_octal_escape_sequence(ByteCode& bytecode_stack, size_t& length);
|
||||
Optional<u8> parse_legacy_octal_escape();
|
||||
|
||||
size_t ensure_total_number_of_capturing_parenthesis();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue