summaryrefslogtreecommitdiff
path: root/lib/frr_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frr_pthread.c')
-rw-r--r--lib/frr_pthread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/frr_pthread.c b/lib/frr_pthread.c
index 6541437f55..c1ce57e24e 100644
--- a/lib/frr_pthread.c
+++ b/lib/frr_pthread.c
@@ -205,11 +205,6 @@ void frr_pthread_stop_all()
pthread_mutex_unlock(&frr_pthread_list_mtx);
}
-void frr_pthread_yield(void)
-{
- (void)sched_yield();
-}
-
/*
* ----------------------------------------------------------------------------
* Default Event Loop