silence obsolete debug message

svn path=/trunk/; revision=14262
This commit is contained in:
Thomas Bluemel 2005-03-22 02:35:54 +00:00
parent a642687b55
commit ef30b93924

View file

@ -479,7 +479,6 @@ NtTerminateProcess(IN HANDLE ProcessHandle OPTIONAL,
/* unlock and dereference the process so the threads can kill themselves */ /* unlock and dereference the process so the threads can kill themselves */
PsUnlockProcess(Process); PsUnlockProcess(Process);
ObDereferenceObject(Process); ObDereferenceObject(Process);
DPRINT1("Terminated foreign process 0x%x\n", Process);
} }
return(STATUS_SUCCESS); return(STATUS_SUCCESS);