Commit fc60c1e1 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Remove unused variable debug_channels.

parent 0974c154
......@@ -318,11 +318,6 @@ BOOL WINAPI HeapFree( HGLOBAL handle, DWORD flags, void* ptr )
char __wine_dbch_winhelp[] = "\003winhelp";
static char * const debug_channels[1] =
{
__wine_dbch_winhelp
};
int wine_dbg_log( int cls, const char *channel, const char *func, const char *format, ... )
{
return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment