From 05ee717d140000901b2ce72bde3b32837ae9d12c Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Thu, 7 Jan 2010 19:11:42 +0200 Subject: [PATCH] mqueues: Garbage collect dead function prototype. --- sys/sys/mqueue.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/mqueue.h b/sys/sys/mqueue.h index b7a6b0ebcc..a935d7e95a 100644 --- a/sys/sys/mqueue.h +++ b/sys/sys/mqueue.h @@ -116,7 +116,6 @@ struct mq_msg { /* Prototypes */ void mqueue_sysinit(void); -void mqueue_print_list(void (*pr)(const char *, ...)); int abstimeout2timo(struct timespec *, int *); int mq_send1(struct lwp *, mqd_t, const char *, size_t, unsigned, struct timespec *); int mq_receive1(struct lwp *, mqd_t, void *, size_t, unsigned *, struct timespec *, -- 2.41.0