From 04e0d8c7bf674c87ef002a5bb3c3611afa46df37 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 23 Jul 2006 05:43:00 +0000 Subject: [PATCH] [AUDIT] - The entire /kd directory is clear. We do not implement any Kd support in ReactOS, and I very much doubt someone implemented GDB or BOCHS support based reverse-engineering NT since NT happens not to have a GDB/BOCHS stub built-in (what a surprise!). svn path=/trunk/; revision=23232 --- reactos/ntoskrnl/kd/wrappers/gdbstub.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/ntoskrnl/kd/wrappers/gdbstub.c b/reactos/ntoskrnl/kd/wrappers/gdbstub.c index 64047de09b3..c0dad9686be 100644 --- a/reactos/ntoskrnl/kd/wrappers/gdbstub.c +++ b/reactos/ntoskrnl/kd/wrappers/gdbstub.c @@ -86,7 +86,6 @@ #include #define NDEBUG #include -#include /************************************************************************/ /* BUFMAX defines the maximum number of characters in inbound/outbound buffers*/