X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu.c;h=0bd15471d29f40129bef0cefae55c3ca3d3dc1b3;hb=b14ebbc527e324a541f002452b887b8291062b91;hp=e391e6295b5c04511bec857c4792287559be3e19;hpb=3283bbe3f601910ca68771f8aeb8edb84fc726f0;p=urcu.git diff --git a/urcu.c b/urcu.c index e391e62..0bd1547 100644 --- a/urcu.c +++ b/urcu.c @@ -109,11 +109,6 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_COUNT }; */ __DEFINE_URCU_TLS_GLOBAL(struct rcu_reader, rcu_reader); -#ifdef DEBUG_YIELD -unsigned int rcu_yield_active; -__DEFINE_URCU_TLS_GLOBAL(unsigned int, rcu_rand_yield); -#endif - static CDS_LIST_HEAD(registry); /*