From d65d64c98705b1862b5b73b62d801063d2537e5e Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 15 May 2001 03:32:45 +0000 Subject: {G,S}ET_UNIT are now unused, gc them --- sys/pccard/pcic.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 3179d553..abd4634 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -121,9 +121,6 @@ static struct isa_pnp_id pcic_ids[] = { static u_char pcic98_last_reg1; #endif /* MECIA_SUPPORT */ -#define GET_UNIT(d) *(int *)device_get_softc(d) -#define SET_UNIT(d,u) *(int *)device_get_softc(d) = (u) - static char *bridges[] = { "Intel i82365", -- cgit v1.1