urcu-bp/urcu-qsbr: remove unneeded DEBUG_YIELD code
[urcu.git] / urcu-qsbr.c
index 71e7a39e6f73795026e054bf8f0620772ec9a70f..a35dcfc5aea3674e9747ef69daea0f49def7a972 100644 (file)
@@ -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);
 
 /*
This page took 0.022611 seconds and 4 git commands to generate.