ntdll: Remove an unused debug channel.

This commit is contained in:
Francois Gouget 2013-04-18 18:58:19 +02:00 committed by Alexandre Julliard
parent 3bc96bcb03
commit 77a142da55
1 changed files with 0 additions and 1 deletions

View File

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