Commented out RingBuffer::dump() as an alternative solution to PR #952

This commit is contained in:
Joseph Henry 2019-06-03 11:00:04 -07:00
parent e4abc91d35
commit d4199ddb3e

View File

@ -312,6 +312,7 @@ public:
/**
* Print the contents of the buffer
*/
/*
inline void dump()
{
size_t iterator = begin;
@ -325,6 +326,7 @@ public:
}
}
}
*/
};
} // namespace ZeroTier