diff --git a/reactos/ntoskrnl/ps/debug.c b/reactos/ntoskrnl/ps/debug.c index bd72696f362..487e5d94866 100644 --- a/reactos/ntoskrnl/ps/debug.c +++ b/reactos/ntoskrnl/ps/debug.c @@ -267,6 +267,7 @@ NtSetContextThread(IN HANDLE ThreadHandle, return Status; } +#ifdef DBG VOID STDCALL PspDumpThreads(BOOLEAN IncludeSystem) @@ -339,5 +340,6 @@ PspDumpThreads(BOOLEAN IncludeSystem) CurrentProcess = CurrentProcess->Flink; } } +#endif /* EOF */