From b06834bf47d798e4a57d107543df9446958f0220 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 12 Mar 2024 21:15:30 +1100 Subject: [PATCH] Small cleanup --- src/regex_impl.hh | 1 - 1 file changed, 1 deletion(-) 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)