1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 17:28:47 +00:00

winedbg: Remove an unused debug channel (winedbg).

This commit is contained in:
Francois Gouget 2008-12-28 10:37:28 +01:00 committed by Alexandre Julliard
parent 0216e3e6c6
commit a9d3d0e942

View File

@ -29,9 +29,7 @@
#include <stdarg.h>
#include "debugger.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
static struct be_process_io be_process_module_io;