mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibRegex: Remove unused code
This commit is contained in:
parent
a167941852
commit
5bfe601152
Notes:
sideshowbarker
2024-07-18 12:15:13 +09:00
Author: https://github.com/gunnarbeutner
Commit: 5bfe601152
Pull-request: https://github.com/SerenityOS/serenity/pull/8044
Reviewed-by: https://github.com/alimpfard
1 changed files with 0 additions and 2 deletions
|
@ -501,8 +501,6 @@ public:
|
|||
|
||||
ALWAYS_INLINE void set_bytecode(ByteCode& bytecode) { m_bytecode = &bytecode; }
|
||||
|
||||
ALWAYS_INLINE void reset_state() { m_state = nullptr; }
|
||||
|
||||
ALWAYS_INLINE const MatchState& state() const
|
||||
{
|
||||
VERIFY(m_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue