Mesa (master): mesa: remove THREADS check, printf calls in debug.c

Brian Paul brianp at kemper.freedesktop.org
Thu Mar 5 14:19:32 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Mar  4 19:17:57 2015 -0700

mesa: remove THREADS check, printf calls in debug.c

THREADS is going away in the next commit.

Reviewed-by: Matt Turner <mattst88 at gmail.com>
Reviewed-by: José Fonseca <jfonseca at vmware.com>

---

 src/mesa/main/debug.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c
index eda4937..b50d79e 100644
--- a/src/mesa/main/debug.c
+++ b/src/mesa/main/debug.c
@@ -118,11 +118,6 @@ void _mesa_print_info( struct gl_context *ctx )
     */
    _mesa_debug(NULL, "Mesa GL_EXTENSIONS = %s\n", ctx->Extensions.String);
 
-#if defined(THREADS)
-   _mesa_debug(NULL, "Mesa thread-safe: YES\n");
-#else
-   _mesa_debug(NULL, "Mesa thread-safe: NO\n");
-#endif
 #if defined(USE_X86_ASM)
    _mesa_debug(NULL, "Mesa x86-optimized: YES\n");
 #else




More information about the mesa-commit mailing list