diff options
author | Joseph Henry <josephjah@gmail.com> | 2019-06-03 11:00:04 -0700 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2019-06-03 11:00:04 -0700 |
commit | d4199ddb3ef59b8f754129bfc91f91c18f84759c (patch) | |
tree | ab55731bb1121795fde3c8aac3c9bb77b8a52874 | |
parent | e4abc91d352bbea6510be474a81568346975e1bd (diff) | |
download | infinitytier-d4199ddb3ef59b8f754129bfc91f91c18f84759c.tar.gz infinitytier-d4199ddb3ef59b8f754129bfc91f91c18f84759c.zip |
Commented out RingBuffer::dump() as an alternative solution to PR #952
-rw-r--r-- | node/RingBuffer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/RingBuffer.hpp b/node/RingBuffer.hpp index e9f17e1c..8b11e9b1 100644 --- a/node/RingBuffer.hpp +++ b/node/RingBuffer.hpp @@ -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 |