Преглед на файлове

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

Joseph Henry преди 6 години
родител
ревизия
d4199ddb3e
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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