mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
{G,S}ET_UNIT are now unused, gc them
This commit is contained in:
parent
62c931e0a4
commit
ca4d6d4f8c
1 changed files with 0 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue