mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
LibRegex: Remove duplicate declaration of execution_result_name(...)
This commit is contained in:
parent
303af07df8
commit
27a967371b
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