From: Brian Date: Tue, 6 Nov 2007 20:42:37 +0000 (-0700) Subject: remove debug abort() call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0862df21545df4cac56f0c182e8818573131f951;p=mesa.git remove debug abort() call --- 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(); }