diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c index a2d67de8f7e..53904c6feaf 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) {