From ef30b939244dc8e89241f3010b1fa2a20e882a63 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 22 Mar 2005 02:35:54 +0000 Subject: [PATCH] silence obsolete debug message svn path=/trunk/; revision=14262 --- reactos/ntoskrnl/ps/kill.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/ntoskrnl/ps/kill.c b/reactos/ntoskrnl/ps/kill.c index 58a4b82d413..dc52d63115a 100644 --- a/reactos/ntoskrnl/ps/kill.c +++ b/reactos/ntoskrnl/ps/kill.c @@ -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);