mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
neta: remove write only variable
Sponsored by: Netflix
This commit is contained in:
parent
37466424b2
commit
28ea3785d9
1 changed files with 0 additions and 2 deletions
|
|
@ -837,11 +837,9 @@ STATIC int
|
|||
mvneta_detach(device_t dev)
|
||||
{
|
||||
struct mvneta_softc *sc;
|
||||
struct ifnet *ifp;
|
||||
int q;
|
||||
|
||||
sc = device_get_softc(dev);
|
||||
ifp = sc->ifp;
|
||||
|
||||
if (device_is_attached(dev)) {
|
||||
mvneta_stop(sc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue