mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[HAL:HALPPC] HalAllocateCrashDumpRegisters(): Remove redundant MapRegisterNumber assignment (#2854)
Detected by CppCheck: redundantAssignment.
Addendum to commit 81f09273
(r28793).
This commit is contained in:
parent
7c8d5635aa
commit
327813e7da
1 changed files with 0 additions and 1 deletions
|
@ -1979,7 +1979,6 @@ HalAllocateCrashDumpRegisters(IN PADAPTER_OBJECT AdapterObject,
|
|||
}
|
||||
|
||||
/* Try to find free map registers */
|
||||
MapRegisterNumber = MAXULONG;
|
||||
MapRegisterNumber = RtlFindClearBitsAndSet(MasterAdapter->MapRegisters,
|
||||
*NumberOfMapRegisters,
|
||||
0);
|
||||
|
|
Loading…
Reference in a new issue