diff --git a/Userland/Libraries/LibRegex/RegexByteCode.h b/Userland/Libraries/LibRegex/RegexByteCode.h index ca7cbf10fe..df5207877d 100644 --- a/Userland/Libraries/LibRegex/RegexByteCode.h +++ b/Userland/Libraries/LibRegex/RegexByteCode.h @@ -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);