Mesa (master): wgl: drop pointless debug_printf

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 2 10:09:58 UTC 2020


Module: Mesa
Branch: master
Commit: 0a8da6102d03d50ca5b220567e78e3fa1f922fba
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a8da6102d03d50ca5b220567e78e3fa1f922fba

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Sun May 26 10:42:32 2019 +0200

wgl: drop pointless debug_printf

Reviewed-by: Neha Bhende <bhenden at vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4307>

---

 src/gallium/state_trackers/wgl/stw_device.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/state_trackers/wgl/stw_device.c b/src/gallium/state_trackers/wgl/stw_device.c
index f7e0e447a98..0636cfcd2cf 100644
--- a/src/gallium/state_trackers/wgl/stw_device.c
+++ b/src/gallium/state_trackers/wgl/stw_device.c
@@ -89,8 +89,6 @@ stw_init(const struct stw_winsys *stw_winsys)
 
    debug_disable_error_message_boxes();
 
-   debug_printf("%s\n", __FUNCTION__);
-
    assert(!stw_dev);
 
    stw_tls_init();



More information about the mesa-commit mailing list