1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove an unused variable warning.

This commit is contained in:
Nick Hibma 2000-07-18 20:16:36 +00:00
parent 5f4afc137c
commit ef36241a4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63460

View File

@ -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);