From d4b239ecc1455bd212c410bdb2bacaa2d3a6b702 Mon Sep 17 00:00:00 2001 From: "sos22@douglas.cl.cam.ac.uk" Date: Fri, 28 Jul 2006 14:00:37 +0100 Subject: [MINI-OS] unbind_virq is broken and nobody uses it. Remove it. Signed-off-by: Steven Smith --- extras/mini-os/events.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extras/mini-os/events.c') diff --git a/extras/mini-os/events.c b/extras/mini-os/events.c index 0acacb2527..23a0c0a453 100644 --- a/extras/mini-os/events.c +++ b/extras/mini-os/events.c @@ -105,11 +105,6 @@ int bind_virq( u32 virq, void (*handler)(int, struct pt_regs *, void *data), return 0; } -void unbind_virq( u32 port ) -{ - unbind_evtchn(port); -} - #if defined(__x86_64__) /* Allocate 4 pages for the irqstack */ #define STACK_PAGES 4 -- cgit v1.2.3