summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_yield.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_yield.c')
-rw-r--r--lib/libpthread/thread/thr_yield.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libpthread/thread/thr_yield.c b/lib/libpthread/thread/thr_yield.c
index 064dd82..7d64283 100644
--- a/lib/libpthread/thread/thr_yield.c
+++ b/lib/libpthread/thread/thr_yield.c
@@ -57,8 +57,5 @@ pthread_yield(void)
/* Schedule the next thread: */
_thread_kern_sched(NULL);
-
- /* Nothing to return. */
- return;
}
#endif
OpenPOWER on IntegriCloud