ntdll: Remove an unused debug channel.

Francois Gouget fgouget at free.fr
Thu Apr 18 11:58:19 CDT 2013


---
 dlls/ntdll/misc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/ntdll/misc.c b/dlls/ntdll/misc.c
index c115c9c..a6b3b22 100644
--- a/dlls/ntdll/misc.c
+++ b/dlls/ntdll/misc.c
@@ -31,7 +31,6 @@
 #include "wine/debug.h"
 #include "ntdll_misc.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(ntdll);
 
 #if defined(__GNUC__) && defined(__i386__)
 #define DO_FPU(x,y) __asm__ __volatile__( x " %0;fwait" : "=m" (y) : )
-- 
1.7.10.4



More information about the wine-patches mailing list