Author: emaste
Date: Wed Jan 25 20:19:48 2017
New Revision: 312774
URL: https://svnweb.freebsd.org/changeset/base/312774

Log:
  libthr: coalesce repeated #if blocks

Modified:
  head/lib/libthr/thread/thr_exit.c

Modified: head/lib/libthr/thread/thr_exit.c
==============================================================================
--- head/lib/libthr/thread/thr_exit.c   Wed Jan 25 20:12:07 2017        
(r312773)
+++ head/lib/libthr/thread/thr_exit.c   Wed Jan 25 20:19:48 2017        
(r312774)
@@ -240,9 +240,6 @@ _pthread_exit_mask(void *status, sigset_
 
 #ifdef PIC
        thread_uw_init();
-#endif /* PIC */
-
-#ifdef PIC
        if (uwl_forcedunwind != NULL) {
 #else
        if (_Unwind_ForcedUnwind != NULL) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to