aboutsummaryrefslogtreecommitdiff
path: root/ringbuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'ringbuff.c')
-rw-r--r--ringbuff.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ringbuff.c b/ringbuff.c
index 2cd0062..1294b3b 100644
--- a/ringbuff.c
+++ b/ringbuff.c
@@ -107,12 +107,6 @@ ring_get(struct ring_buffer *rb, T *data)
107/* -->8-- */ 107/* -->8-- */
108 108
109void 109void
110f()
111{
112 ERROR("");
113}
114
115void
116debug_print(const char *msg, struct ring_buffer *rb) 110debug_print(const char *msg, struct ring_buffer *rb)
117{ 111{
118 printf("%s: head: %zu, tail: %zu\n", msg, rb->head, rb->tail); 112 printf("%s: head: %zu, tail: %zu\n", msg, rb->head, rb->tail);