diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-03-12 21:15:30 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-03-12 21:15:30 +1100 |
| commit | b06834bf47d798e4a57d107543df9446958f0220 (patch) | |
| tree | 39661a1179decb51493004a72a2d71272ac676bf /src/regex_impl.hh | |
| parent | 6264b049d9ff7bf2db44d56d594ec217c873aace (diff) | |
Small cleanup
Diffstat (limited to 'src/regex_impl.hh')
| -rw-r--r-- | src/regex_impl.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regex_impl.hh b/src/regex_impl.hh index c33de312..90b797c8 100644 --- a/src/regex_impl.hh +++ b/src/regex_impl.hh @@ -656,7 +656,6 @@ private: static_assert(initial_capacity >= 4); m_data.reset(new Thread[initial_capacity]); m_capacity = initial_capacity; - } void grow_ifn(bool pushed_current) |
