tests: move yield debug to common test library
[urcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index 69ebcaa9cb0fbfa07a264ab94fa5261513c72424..a016bbda89db8ca970014728f24b24d738fb4464 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -109,11 +109,6 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_COUNT };
  */
 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.022793 seconds and 4 git commands to generate.