mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
silence obsolete debug message
svn path=/trunk/; revision=14262
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user