From c020d882086a8f15557a1fe479ffad11aa0d2cc3 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Tue, 2 Dec 2014 17:32:32 +0800 Subject: [PATCH] urcu-bp/urcu-qsbr: remove unneeded DEBUG_YIELD code They were moved to debug-yield.c Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- urcu-bp.c | 5 ----- urcu-qsbr.c | 5 ----- 2 files changed, 10 deletions(-) diff --git a/urcu-bp.c b/urcu-bp.c index 1856d3f..6b2875d 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -106,11 +106,6 @@ static int initialized; static pthread_key_t urcu_bp_key; -#ifdef DEBUG_YIELD -unsigned int rcu_yield_active; -DEFINE_URCU_TLS(unsigned int, rcu_rand_yield); -#endif - struct rcu_gp rcu_gp = { .ctr = RCU_GP_COUNT }; /* diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 71e7a39..a35dcfc 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -66,11 +66,6 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_ONLINE }; */ DEFINE_URCU_TLS(struct rcu_reader, rcu_reader); -#ifdef DEBUG_YIELD -unsigned int rcu_yield_active; -DEFINE_URCU_TLS(unsigned int, rcu_rand_yield); -#endif - static CDS_LIST_HEAD(registry); /* -- 2.34.1