Переглянути джерело

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