mesa: remove THREADS check, printf calls in debug.c
[mesa.git] / src / mesa / main / debug.c
index eda493748479ac707ad38cafa00782f7a31c13cf..b50d79e0c261c91eb849b8c9904717cdcb7c1472 100644 (file)
@@ -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