diff --git a/src/util/buffer.h b/src/util/buffer.h index 4c363fe91..f40914638 100644 --- a/src/util/buffer.h +++ b/src/util/buffer.h @@ -90,7 +90,6 @@ public: m_buffer = source.m_buffer; m_pos = source.m_pos; m_capacity = source.m_capacity; - m_buffer = source.m_buffer; source.m_buffer = reinterpret_cast(source.m_initial_buffer); source.m_pos = 0; source.m_capacity = INITIAL_SIZE;