X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-bp.h;h=832ba0fe2b238293558761fa94b3bbdd9ba05e14;hp=64c32ea1ace5f14228e760f48383a47c03b8862d;hb=c92b27e217eba8d3cccfb24837e9843dbd323861;hpb=408f6d9220576478e5ce9a20256d579fc9bfa954 diff --git a/urcu/static/urcu-bp.h b/urcu/static/urcu-bp.h index 64c32ea..832ba0f 100644 --- a/urcu/static/urcu-bp.h +++ b/urcu/static/urcu-bp.h @@ -51,11 +51,6 @@ extern "C" { #endif -/* - * Active attempts to check for reader Q.S. before calling sleep(). - */ -#define RCU_QS_ACTIVE_ATTEMPTS 100 - #ifdef DEBUG_RCU #define rcu_assert(args...) assert(args) #else