ipconfig: Remove the ipconfig debug channel where unused.

oldstable
Francois Gouget 2010-08-24 10:04:30 +02:00 committed by Alexandre Julliard
parent c15308f869
commit 0e51433d79
1 changed files with 0 additions and 3 deletions

View File

@ -21,13 +21,10 @@
#include <windows.h>
#include <iphlpapi.h>
#include <wine/debug.h>
#include <wine/unicode.h>
#include "ipconfig.h"
WINE_DEFAULT_DEBUG_CHANNEL(ipconfig);
static int ipconfig_vprintfW(const WCHAR *msg, va_list va_args)
{
int wlen;