Francois Gouget : ntdll: Remove an unused debug channel.

Alexandre Julliard julliard at winehq.org
Thu Apr 18 13:57:26 CDT 2013


Module: wine
Branch: master
Commit: 77a142da5528b373e905bd7ea7d3d233ed29e7a1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=77a142da5528b373e905bd7ea7d3d233ed29e7a1

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Apr 18 18:58:19 2013 +0200

ntdll: Remove an unused debug channel.

---

 dlls/ntdll/misc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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) : )




More information about the wine-cvs mailing list