Skip to content

Commit 0cb10cf

Browse files
authored
Review update: CIRCULAR_DEBUG
1 parent 77bed25 commit 0cb10cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Utils/Types/CircularBuffer.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ class CircularBuffer {
132132
*/
133133
void clear_high_water_mark();
134134

135-
#ifdef CIRCULAR_DEBUG
136-
void print();
137-
#endif
138135
PRIVATE:
139136
/**
140137
* Returns a wrap-advanced index into the store.

0 commit comments

Comments
 (0)