mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- No need to set a variable to TRUE twice before it is used
svn path=/trunk/; revision=35390
This commit is contained in:
@@ -35,7 +35,7 @@ IoConnectInterrupt(OUT PKINTERRUPT *InterruptObject,
|
||||
PKINTERRUPT InterruptUsed;
|
||||
PIO_INTERRUPT IoInterrupt;
|
||||
PKSPIN_LOCK SpinLockUsed;
|
||||
BOOLEAN FirstRun = TRUE;
|
||||
BOOLEAN FirstRun;
|
||||
CCHAR Count = 0;
|
||||
KAFFINITY Affinity;
|
||||
PAGED_CODE();
|
||||
|
||||
Reference in New Issue
Block a user