diff --git a/reactos/w32api/include/ddk/winddk.h b/reactos/w32api/include/ddk/winddk.h index 79aa6f56cb8..ec92a4f007d 100644 --- a/reactos/w32api/include/ddk/winddk.h +++ b/reactos/w32api/include/ddk/winddk.h @@ -9838,16 +9838,6 @@ DbgSetDebugFilterState( IN ULONG Level, IN BOOLEAN State); -NTOSAPI -BOOLEAN -DDKAPI -KeRosPrintAddress ( PVOID address ); - -NTOSAPI -VOID -DDKAPI -KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount ); - #ifdef DBG #define KdPrint(_x_) DbgPrint _x_