Commit 0e51433d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ipconfig: Remove the ipconfig debug channel where unused.

parent c15308f8
......@@ -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;
......
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