kern_intr.c: Disable unused functions

This commit is contained in:
Sebastian Huber 2019-08-27 10:04:31 +02:00
parent 54fcbf1d4a
commit d67d2c9f61

View File

@ -815,9 +815,7 @@ _intr_drain(int irq)
thread_unlock(td);
return;
}
#endif /* __rtems__ */
#ifndef __rtems__
int
intr_event_remove_handler(void *cookie)
{