remove debug abort() call
authorBrian <brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 20:42:37 +0000 (13:42 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 20:42:37 +0000 (13:42 -0700)
src/mesa/pipe/xlib/xm_api.c

index 4140bf2..67ef797 100644 (file)
@@ -1392,7 +1392,6 @@ finish_or_flush( GLcontext *ctx )
       _glthread_UNLOCK_MUTEX(_xmesa_lock);
    }
 #endif
-   abort();
 }