mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +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);
|
NumberOfHandles += ObGetProcessHandleCount(Process);
|
||||||
Process = PsGetNextProcess(Process);
|
Process = PsGetNextProcess(Process);
|
||||||
|
|
||||||
if ((Process == SystemProcess) || (Process == NULL)) break;
|
|
||||||
}
|
}
|
||||||
while ((Process != SystemProcess) && (Process != NULL));
|
while ((Process != SystemProcess) && (Process != NULL));
|
||||||
|
|
||||||
|
@ -1263,8 +1261,6 @@ QSI_DEF(SystemHandleInformation)
|
||||||
KeLeaveCriticalRegion();
|
KeLeaveCriticalRegion();
|
||||||
|
|
||||||
Process = PsGetNextProcess(Process);
|
Process = PsGetNextProcess(Process);
|
||||||
|
|
||||||
if ((Process == SystemProcess) || (Process == NULL)) break;
|
|
||||||
}
|
}
|
||||||
while ((Process != SystemProcess) && (Process != NULL));
|
while ((Process != SystemProcess) && (Process != NULL));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue