diff options
author | Brian <[email protected]> | 2007-11-06 13:42:37 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-06 13:42:37 -0700 |
commit | 0862df21545df4cac56f0c182e8818573131f951 (patch) | |
tree | 77ff76f527ba134cfaacc57bac31b824221f6aff /src | |
parent | 2e784848e68c0c5252631e6f2a6b021fe008f53a (diff) |
remove debug abort() call
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/xlib/xm_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |