mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove an unused variable.
Found with: Coverity Prevent(tm) CID: 1167
This commit is contained in:
parent
3f7dc796e8
commit
bf15937833
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192090
@ -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() */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user