Andrew Talbot : kernel32: Remove unused Wine debug channel.
19 Dec
2008
19 Dec
'08
5:19 p.m.
Module: wine Branch: master Commit: a1e31e580ef69354d17ee7e39f66a3f094195e27 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a1e31e580ef69354d17ee7e39f... Author: Andrew Talbot <andrew.talbot(a)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 {
6300
Age (days ago)
6300
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard