kernel: Remove no longer used debug channel.

Vitaliy Margolen wine-patch at kievinfo.com
Mon Jan 9 10:59:13 CST 2006


ChangeLog:
kernel: Remove no longer used debug channel.
"virtual" is still used in ntdll.

 dlls/kernel/virtual.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
-------------- next part --------------
ee1d28e4dcd71a8734f518d7c7e10c304b3c611a
diff --git a/dlls/kernel/virtual.c b/dlls/kernel/virtual.c
index 89d2327..c7d129e 100644
--- a/dlls/kernel/virtual.c
+++ b/dlls/kernel/virtual.c
@@ -45,7 +45,6 @@
 
 #include "kernel_private.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(virtual);
 WINE_DECLARE_DEBUG_CHANNEL(seh);
 
 static unsigned int page_size;


More information about the wine-patches mailing list