From ca4d6d4f8c8880ce84dfb27bd18eabe1a1ddb7c7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 15 May 2001 03:32:45 +0000 Subject: [PATCH] {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 3179d553465..abd463422fa 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",