From ef36241a4a6db94f7aef34a871be65a07b316683 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Tue, 18 Jul 2000 20:16:36 +0000 Subject: [PATCH] Remove an unused variable warning. --- sys/dev/ppbus/ppi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index 62c4e32cf0b..56f0b1143b2 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -168,10 +168,8 @@ ppi_attach(device_t dev) #ifdef PERIPH_1284 uintptr_t irq; int zero = 0; -#endif /* PERIPH_1284 */ struct ppi_data *ppi = DEVTOSOFTC(dev); -#ifdef PERIPH_1284 /* retrive the irq */ BUS_READ_IVAR(device_get_parent(dev), dev, PPBUS_IVAR_IRQ, &irq);