Francois Gouget : ipconfig: Remove the ipconfig debug channel where unused.

Alexandre Julliard julliard at winehq.org
Tue Aug 24 11:09:25 CDT 2010


Module: wine
Branch: master
Commit: 0e51433d79c07533e31a47ce065078412d0ce979
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0e51433d79c07533e31a47ce065078412d0ce979

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 24 10:04:30 2010 +0200

ipconfig: Remove the ipconfig debug channel where unused.

---

 programs/ipconfig/ipconfig.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/programs/ipconfig/ipconfig.c b/programs/ipconfig/ipconfig.c
index ccaa78c..da63acd 100644
--- a/programs/ipconfig/ipconfig.c
+++ b/programs/ipconfig/ipconfig.c
@@ -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;




More information about the wine-cvs mailing list