X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-bp.h;h=832ba0fe2b238293558761fa94b3bbdd9ba05e14;hp=64c32ea1ace5f14228e760f48383a47c03b8862d;hb=b7b6a8f52c051dca78161908670e3f51b9b33080;hpb=3df2c3288ba01c46fa2c85167df7f03aa52ecc5f 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