mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibRegex: Remove duplicate declaration of execution_result_name(...)
This commit is contained in:
parent
303af07df8
commit
27a967371b
Notes:
sideshowbarker
2024-07-17 22:24:40 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 27a967371b
Pull-request: https://github.com/SerenityOS/serenity/pull/11353
Reviewed-by: https://github.com/alimpfard ✅
Reviewed-by: https://github.com/trflynn89
1 changed files with 0 additions and 1 deletions
|
@ -538,7 +538,6 @@ char const* execution_result_name(ExecutionResult result);
|
|||
char const* opcode_id_name(OpCodeId opcode_id);
|
||||
char const* boundary_check_type_name(BoundaryCheckType);
|
||||
char const* character_compare_type_name(CharacterCompareType result);
|
||||
char const* execution_result_name(ExecutionResult result);
|
||||
|
||||
class OpCode {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue