mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
silence obsolete debug message
svn path=/trunk/; revision=14262
This commit is contained in:
parent
a642687b55
commit
ef30b93924
1 changed files with 0 additions and 1 deletions
|
@ -479,7 +479,6 @@ NtTerminateProcess(IN HANDLE ProcessHandle OPTIONAL,
|
|||
/* unlock and dereference the process so the threads can kill themselves */
|
||||
PsUnlockProcess(Process);
|
||||
ObDereferenceObject(Process);
|
||||
DPRINT1("Terminated foreign process 0x%x\n", Process);
|
||||
}
|
||||
|
||||
return(STATUS_SUCCESS);
|
||||
|
|
Loading…
Reference in a new issue