diff options
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r-- | sys/net/if_ethersubr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 6d283a4..cfca498 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -478,7 +478,6 @@ ether_demux(ifp, eh, m) { struct ifqueue *inq; u_short ether_type; - int s; #if defined(NETATALK) register struct llc *l; #endif |