diff --git a/src/regex_impl.hh b/src/regex_impl.hh index c33de3124..90b797c8c 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)