mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Removed unnecessary comment
This commit is contained in:
parent
82c1b4417a
commit
b3e67b85f1
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user