winedbg: The winedbg debug channel is unused in crashdlg.c so remove it.

Francois Gouget fgouget at free.fr
Sun Feb 19 16:31:30 CST 2012


---
 programs/winedbg/crashdlg.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/programs/winedbg/crashdlg.c b/programs/winedbg/crashdlg.c
index fe13502..4e02a4b 100644
--- a/programs/winedbg/crashdlg.c
+++ b/programs/winedbg/crashdlg.c
@@ -26,13 +26,10 @@
 #include "shellapi.h"
 #include "psapi.h"
 
-#include "wine/debug.h"
 #include "wine/unicode.h"
 
 #include "resource.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
-
 #define MAX_PROGRAM_NAME_LENGTH 80
 
 static char *crash_log;
-- 
1.7.9



More information about the wine-patches mailing list