1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Fix build: remove stale KASSERT() for mutex that no longer exists.

This commit is contained in:
Bill Paul 2005-10-11 21:31:23 +00:00
parent 412d0f16d1
commit 93a08226da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151241

View File

@ -917,8 +917,6 @@ ndis_detach(dev)
driver_object *drv;
sc = device_get_softc(dev);
KASSERT(mtx_initialized(&sc->ndis_mtx),
("ndis mutex not initialized"));
NDIS_LOCK(sc);
ifp = sc->ifp;
ifp->if_flags &= ~IFF_UP;