From: Mathieu Desnoyers Date: Sat, 30 Jan 2010 18:21:27 +0000 (-0500) Subject: QSBR URCU: remove unused reader_barrier() declaration X-Git-Tag: v0.4.0~2 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=f02bbafc4513879a545b6b5ad932ea5ff220230d QSBR URCU: remove unused reader_barrier() declaration Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu-qsbr-static.h b/urcu-qsbr-static.h index 2816621..7cef820 100644 --- a/urcu-qsbr-static.h +++ b/urcu-qsbr-static.h @@ -121,11 +121,6 @@ static inline void debug_yield_init(void) } #endif -static inline void reader_barrier() -{ - smp_mb(); -} - #define RCU_GP_ONLINE (1UL << 0) #define RCU_GP_CTR (1UL << 1)