summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-01-25 20:19:48 +0000
committerEd Maste <emaste@FreeBSD.org>2017-01-25 20:19:48 +0000
commit2d0e733b3a99fb74fd966ebcb9788fdefcf956b4 (patch)
tree56e3c7e2bea5a36b5728a1a8d911ff630b83ae49
parent338e227ac0b27dd8ab7138e6f0c12105076195c6 (diff)
Notes
-rw-r--r--lib/libthr/thread/thr_exit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c
index a2d67de8f7eb..53904c6feaf2 100644
--- a/lib/libthr/thread/thr_exit.c
+++ b/lib/libthr/thread/thr_exit.c
@@ -240,9 +240,6 @@ _pthread_exit_mask(void *status, sigset_t *mask)
#ifdef PIC
thread_uw_init();
-#endif /* PIC */
-
-#ifdef PIC
if (uwl_forcedunwind != NULL) {
#else
if (_Unwind_ForcedUnwind != NULL) {