Module: Mesa Branch: master Commit: 0a8da6102d03d50ca5b220567e78e3fa1f922fba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a8da6102d03d50ca5b220567e78e3fa1f922fba
Author: Erik Faye-Lund <[email protected]> Date: Sun May 26 10:42:32 2019 +0200 wgl: drop pointless debug_printf Reviewed-by: Neha Bhende <[email protected]> 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(); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
