summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-06 13:42:37 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-06 13:42:37 -0700
commit0862df21545df4cac56f0c182e8818573131f951 (patch)
tree77ff76f527ba134cfaacc57bac31b824221f6aff
parent2e784848e68c0c5252631e6f2a6b021fe008f53a (diff)
remove debug abort() call
-rw-r--r--src/mesa/pipe/xlib/xm_api.c1
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();
}