LibRegex: Remove unused code

This commit is contained in:
Gunnar Beutner 2021-06-13 23:06:39 +02:00 committed by Ali Mohammad Pur
commit 5bfe601152
Notes: sideshowbarker 2024-07-18 12:15:13 +09:00

View file

@ -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);