Browse Source

LibRegex: Remove unused code

Gunnar Beutner 4 năm trước cách đây
mục cha
commit
5bfe601152
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Userland/Libraries/LibRegex/RegexByteCode.h

+ 0 - 2
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);