From 8057bf54513ad2002bb98e567e500adf47e1201b Mon Sep 17 00:00:00 2001 From: sletz Date: Sun, 7 Oct 2007 13:01:37 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1578 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/ringbuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/ringbuffer.c b/common/ringbuffer.c index e4ee5f62..0b3f9939 100644 --- a/common/ringbuffer.c +++ b/common/ringbuffer.c @@ -214,7 +214,6 @@ jack_ringbuffer_peek (jack_ringbuffer_t * rb, char *dest, size_t cnt) return to_read; } - /* The copying data writer. Copy at most `cnt' bytes to `rb' from `src'. Returns the actual number of bytes copied. */