silence obsolete debug message
Modified: trunk/reactos/ntoskrnl/ps/kill.c
_____
Modified: trunk/reactos/ntoskrnl/ps/kill.c
--- trunk/reactos/ntoskrnl/ps/kill.c 2005-03-22 02:32:14 UTC (rev
14261)
+++ trunk/reactos/ntoskrnl/ps/kill.c 2005-03-22 02:35:54 UTC (rev
14262)
@@ -479,7 +479,6 @@
/* 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);
Show replies by date