mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 04:19:34 +08:00
kern_intr.c: Disable unused functions
This commit is contained in:
parent
54fcbf1d4a
commit
d67d2c9f61
@ -815,9 +815,7 @@ _intr_drain(int irq)
|
|||||||
thread_unlock(td);
|
thread_unlock(td);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif /* __rtems__ */
|
|
||||||
|
|
||||||
#ifndef __rtems__
|
|
||||||
int
|
int
|
||||||
intr_event_remove_handler(void *cookie)
|
intr_event_remove_handler(void *cookie)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user