This commit is contained in:
Adam Ierymenko 2019-08-20 15:36:18 -07:00
parent 3a21fdc304
commit fe8815f80f
No known key found for this signature in database
GPG key ID: 1657198823E52A61

View file

@ -46,7 +46,6 @@ namespace ZeroTier {
* Some basic statistical functionality is implemented here in an attempt
* to reduce the complexity of code needed to interact with this type of buffer.
*/
template <class T,size_t S>
class RingBuffer
{