remote_event_destroy is unused, mark it so.

This commit is contained in:
joerg 2013-12-01 02:57:43 +00:00
parent e768fe990b
commit ac87a88380
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ remote_event_create(REMOTE_EVENT_T *event)
_sema_init(event->event, 0);
}
static inline void
__unused static inline void
remote_event_destroy(REMOTE_EVENT_T *event)
{
(void)event;