From f02bbafc4513879a545b6b5ad932ea5ff220230d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 30 Jan 2010 13:21:27 -0500 Subject: [PATCH] QSBR URCU: remove unused reader_barrier() declaration Signed-off-by: Mathieu Desnoyers --- urcu-qsbr-static.h | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.34.1