combase: Remove an unused default debug channel.

Francois Gouget fgouget at free.fr
Mon Jan 5 12:33:32 CST 2015


---

There's no trace in that file, at least for now, so these two lines are 
dead code.

 dlls/combase/string.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/combase/string.c b/dlls/combase/string.c
index 5fe4321..9ec05c6 100644
--- a/dlls/combase/string.c
+++ b/dlls/combase/string.c
@@ -21,9 +21,7 @@
 #include "windows.h"
 #include "winerror.h"
 #include "hstring.h"
-#include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(combase);
 
 struct hstring_private
 {
-- 
2.1.4




More information about the wine-patches mailing list