diff options
author | Hendiadyoin1 <leon2002.la@gmail.com> | 2021-12-21 18:12:53 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-12-21 18:17:28 -0800 |
commit | 27a967371bb1d3fbaf4a7c89b5a711b347016171 (patch) | |
tree | 89038ff4a776a6270a63cee4210a714017568b87 /Userland/Libraries | |
parent | 303af07df83b8fd13c95ea9b86df8e19e55185f6 (diff) | |
download | serenity-27a967371bb1d3fbaf4a7c89b5a711b347016171.zip |
LibRegex: Remove duplicate declaration of execution_result_name(...)
Diffstat (limited to 'Userland/Libraries')
-rw-r--r-- | Userland/Libraries/LibRegex/RegexByteCode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibRegex/RegexByteCode.h b/Userland/Libraries/LibRegex/RegexByteCode.h index a0483019ae..f489576513 100644 --- a/Userland/Libraries/LibRegex/RegexByteCode.h +++ b/Userland/Libraries/LibRegex/RegexByteCode.h @@ -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: |