Commit 77a142da authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Remove an unused debug channel.

parent 3bc96bcb
......@@ -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) : )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment