Francois Gouget : msvcr110: Remove an unused debug channel.

Alexandre Julliard julliard at winehq.org
Fri Mar 15 11:51:34 CDT 2013


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Mar 15 02:50:09 2013 +0100

msvcr110: Remove an unused debug channel.

---

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

diff --git a/dlls/msvcr110/msvcr110.c b/dlls/msvcr110/msvcr110.c
index 70c03d2..ba943b0 100644
--- a/dlls/msvcr110/msvcr110.c
+++ b/dlls/msvcr110/msvcr110.c
@@ -23,9 +23,6 @@
 #include "stdlib.h"
 #include "windef.h"
 #include "winbase.h"
-#include "wine/debug.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(msvcr110);
 
 /*********************************************************************
  *  DllMain (MSVCR110.@)




More information about the wine-cvs mailing list