Skip to content
Snippets Groups Projects
Commit 7acfbd72 authored by Adrian Danis's avatar Adrian Danis
Browse files

am335x: Remove dead code

parent 80308386
No related branches found
No related tags found
No related merge requests found
......@@ -219,9 +219,6 @@ isReservedIRQ(interrupt_t irq)
void handleReservedIRQ(irq_t irq)
{
printf("Received reserved IRQ: %d\n", (int)irq);
/* We shouldn't be receiving any reserved IRQs anyway. */
//maskInterrupt(true, irq);
//return;
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment