1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-16 16:20:38 +03:00

Small cleanup

This commit is contained in:
Maxime Coste 2024-03-12 21:15:30 +11:00
parent 6264b049d9
commit b06834bf47

View File

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