From b3e67b85f10a110efb164e53b01f5760e5dba741 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Sat, 27 Aug 2022 00:36:50 +0100 Subject: [PATCH] Removed unnecessary comment --- src/util/helpers/ringbuffer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/helpers/ringbuffer.h b/src/util/helpers/ringbuffer.h index a4b6ab79..aab77fc3 100644 --- a/src/util/helpers/ringbuffer.h +++ b/src/util/helpers/ringbuffer.h @@ -6,7 +6,6 @@ template class RingBuffer { public: - //RingBuffer(); RingBuffer(); bool Push(const T& v);