Andrew Talbot : kernel32: Remove unused Wine debug channel.

Alexandre Julliard julliard at winehq.org
Fri Dec 19 11:19:15 CST 2008


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Thu Dec 18 20:19:49 2008 +0000

kernel32: Remove unused Wine debug channel.

---

 dlls/kernel32/fiber.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/kernel32/fiber.c b/dlls/kernel32/fiber.c
index fda5f92..f828cdc 100644
--- a/dlls/kernel32/fiber.c
+++ b/dlls/kernel32/fiber.c
@@ -34,9 +34,6 @@
 #include "winternl.h"
 #include "wine/exception.h"
 #include "wine/library.h"
-#include "wine/debug.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(fiber);
 
 struct fiber_data
 {




More information about the wine-cvs mailing list