Remove an unused variable.

Found with:	Coverity Prevent(tm)
CID:		1167
This commit is contained in:
Christian Brueffer 2009-05-14 09:28:02 +00:00
parent 3f7dc796e8
commit bf15937833
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192090

View File

@ -2390,11 +2390,9 @@ NdisMDeregisterInterrupt(intr)
ndis_miniport_interrupt *intr;
{
ndis_miniport_block *block;
struct ndis_softc *sc;
uint8_t irql;
block = intr->ni_block;
sc = device_get_softc(block->nmb_physdeviceobj->do_devext);
/* Should really be KeSynchronizeExecution() */