Explorar o código

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

Joseph Henry %!s(int64=6) %!d(string=hai) anos
pai
achega
d4199ddb3e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      node/RingBuffer.hpp

+ 2 - 0
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