From cdfaa90a8dfdd1981682c0e3a37c223f602c3169 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 29 Jun 2012 08:32:07 +0200 Subject: [PATCH] msvcp60: Remove the msvcp90 debug channel from misc.c as it is unused. --- dlls/msvcp60/misc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dlls/msvcp60/misc.c b/dlls/msvcp60/misc.c index 5390debd38b..4d511993cfa 100644 --- a/dlls/msvcp60/misc.c +++ b/dlls/msvcp60/misc.c @@ -25,8 +25,7 @@ #include "windef.h" #include "winbase.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(msvcp90); + /* ??0_Mutex@std@@QAE@XZ */ /* ??0_Mutex@std@@QEAA@XZ */ -- 2.11.4.GIT