Removed unnecessary comment

This commit is contained in:
Tom Lally 2022-08-27 00:36:50 +01:00
parent 82c1b4417a
commit b3e67b85f1

View file

@ -6,7 +6,6 @@ template<typename T, uint32 elements, typename P = uint32>
class RingBuffer
{
public:
//RingBuffer<T, elements, P>();
RingBuffer();
bool Push(const T& v);