[PATCH] wldap32: Remove a debug channel that is never used.

Gerald Pfeifer gerald at pfeifer.com
Wed Feb 5 14:48:10 CST 2020


This is related to the previous patch, with a difference: this
debug channel isn't actually used at all (no invocations of TRACE),
so simply remove it.

Signed-off-by: Gerald Pfeifer <gerald at pfeifer.com>
---
 dlls/wldap32/ber.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/wldap32/ber.c b/dlls/wldap32/ber.c
index c2c6f26949..c6ef6679a3 100644
--- a/dlls/wldap32/ber.c
+++ b/dlls/wldap32/ber.c
@@ -26,8 +26,6 @@
 #include "winldap.h"
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(wldap32);
-
 #ifndef LBER_ERROR
 # define LBER_ERROR (~0U)
 #endif
-- 
2.25.0



More information about the wine-devel mailing list