diff options
Diffstat (limited to 'lib/circbuf.c')
-rw-r--r-- | lib/circbuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/circbuf.c b/lib/circbuf.c index 2e161ae8d8b..461c240f788 100644 --- a/lib/circbuf.c +++ b/lib/circbuf.c @@ -9,7 +9,6 @@ #include <circbuf.h> - int buf_init (circbuf_t * buf, unsigned int size) { assert (buf != NULL); |