mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
[NTOS:EX]
- Remove duplicate checks svn path=/trunk/; revision=72492
This commit is contained in:
parent
7fe5f71795
commit
f25358387b
1 changed files with 0 additions and 4 deletions
|
@ -1192,8 +1192,6 @@ QSI_DEF(SystemHandleInformation)
|
|||
{
|
||||
NumberOfHandles += ObGetProcessHandleCount(Process);
|
||||
Process = PsGetNextProcess(Process);
|
||||
|
||||
if ((Process == SystemProcess) || (Process == NULL)) break;
|
||||
}
|
||||
while ((Process != SystemProcess) && (Process != NULL));
|
||||
|
||||
|
@ -1263,8 +1261,6 @@ QSI_DEF(SystemHandleInformation)
|
|||
KeLeaveCriticalRegion();
|
||||
|
||||
Process = PsGetNextProcess(Process);
|
||||
|
||||
if ((Process == SystemProcess) || (Process == NULL)) break;
|
||||
}
|
||||
while ((Process != SystemProcess) && (Process != NULL));
|
||||
|
||||
|
|
Loading…
Reference in a new issue