diff --git a/minix/drivers/net/ip1000/ip1000.c b/minix/drivers/net/ip1000/ip1000.c index 0dff4e87a..9eb0e6fc9 100644 --- a/minix/drivers/net/ip1000/ip1000.c +++ b/minix/drivers/net/ip1000/ip1000.c @@ -933,9 +933,6 @@ static void ic_handler(ic_driver *pdev) { #endif return; } - - /* Perform tasks based on the flagged condition */ - ic_check_ints(pdev); } /* Check interrupt and perform */