From 0862df21545df4cac56f0c182e8818573131f951 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 6 Nov 2007 13:42:37 -0700 Subject: [PATCH] remove debug abort() call --- src/mesa/pipe/xlib/xm_api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/pipe/xlib/xm_api.c b/src/mesa/pipe/xlib/xm_api.c index 4140bf23d06..67ef7979944 100644 --- a/src/mesa/pipe/xlib/xm_api.c +++ b/src/mesa/pipe/xlib/xm_api.c @@ -1392,7 +1392,6 @@ finish_or_flush( GLcontext *ctx ) _glthread_UNLOCK_MUTEX(_xmesa_lock); } #endif - abort(); } -- 2.30.2