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

This commit is contained in:
Francois Gouget 2012-02-19 23:31:30 +01:00 committed by Alexandre Julliard
parent 07d9d04de8
commit 4f2d3e9b48

View file

@ -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;