diff options
Diffstat (limited to 'hw/slavio_timer.c')
-rw-r--r-- | hw/slavio_timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/slavio_timer.c b/hw/slavio_timer.c index 59fe6832f8..8898afc460 100644 --- a/hw/slavio_timer.c +++ b/hw/slavio_timer.c @@ -28,9 +28,6 @@ #ifdef DEBUG_TIMER #define DPRINTF(fmt, args...) \ do { printf("TIMER: " fmt , ##args); } while (0) -#define pic_set_irq_new(intctl, irq, level) \ - do { printf("TIMER: set_irq(%d): %d\n", (irq), (level)); \ - pic_set_irq_new((intctl), (irq),(level));} while (0) #else #define DPRINTF(fmt, args...) #endif |