summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node/RingBuffer.hpp2
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