urcu-bp/urcu-qsbr: remove unneeded DEBUG_YIELD code
[urcu.git] / urcu-bp.c
index 1856d3fc76fa1ec31a644ea9fa326a4ab48182f8..6b2875d2566da7e16e5767c171aee56186eb03be 100644 (file)
--- 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 };
 
 /*
This page took 0.02228 seconds and 4 git commands to generate.