tests: move yield debug to common test library
[userspace-rcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index e391e6295b5c04511bec857c4792287559be3e19..0bd15471d29f40129bef0cefae55c3ca3d3dc1b3 100644 (file)
--- 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);
 
 /*
This page took 0.023269 seconds and 4 git commands to generate.