Module: wine Branch: master Commit: 5e15a3031eedf994b6f8157f4b78a1078217ceca URL: http://source.winehq.org/git/wine.git/?a=commit;h=5e15a3031eedf994b6f8157f4b...
Author: Francois Gouget fgouget@free.fr Date: Wed Sep 19 20:11:59 2012 +0200
msvcp71: Remove an unused debug channel.
---
dlls/msvcp71/msvcp71.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/msvcp71/msvcp71.c b/dlls/msvcp71/msvcp71.c index 5bf76e4..cb36893 100644 --- a/dlls/msvcp71/msvcp71.c +++ b/dlls/msvcp71/msvcp71.c @@ -26,8 +26,6 @@ #include "winbase.h" #include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(msvcp); - #ifdef __i386__
#define DEFINE_VTBL_WRAPPER(off) \