[PATCH] xfree86: loader: Remove redundant debug command in loader.c.

Jesse Adkins jesserayadkins at gmail.com
Fri Oct 1 19:06:01 PDT 2010


Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
---
 hw/xfree86/loader/loader.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/hw/xfree86/loader/loader.c b/hw/xfree86/loader/loader.c
index 8921831..39e0e75 100644
--- a/hw/xfree86/loader/loader.c
+++ b/hw/xfree86/loader/loader.c
@@ -143,10 +143,6 @@ LoaderOpen(const char *module, int *errmaj, int *errmin)
 {
     void *ret;
 
-#if defined(DEBUG)
-    ErrorF("LoaderOpen(%s)\n", module);
-#endif
-
     xf86Msg(X_INFO, "Loading %s\n", module);
 
     if (!(ret = dlopen(module, DLOPEN_LAZY | DLOPEN_GLOBAL))) {
-- 
1.7.0.4



More information about the xorg-devel mailing list