Andrew Talbot : msvcr71: Remove unused Wine debug channel.

Alexandre Julliard julliard at winehq.org
Fri Dec 19 11:19:14 CST 2008


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Thu Dec 18 20:19:52 2008 +0000

msvcr71: Remove unused Wine debug channel.

---

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

diff --git a/dlls/msvcr71/msvcr71.c b/dlls/msvcr71/msvcr71.c
index 3ada089..6134982 100644
--- a/dlls/msvcr71/msvcr71.c
+++ b/dlls/msvcr71/msvcr71.c
@@ -22,9 +22,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "wine/debug.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(msvcr71);
 
 BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
 {




More information about the wine-cvs mailing list