From 6add117e60692da00ddbaa9707f577c3e7922460 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 31 Oct 2022 11:15:44 -0400 Subject: [PATCH] Cleanup: remove empty lines Signed-off-by: Mathieu Desnoyers --- src/rcu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rcu.h b/src/rcu.h index a5a2509..6e61ea3 100644 --- a/src/rcu.h +++ b/src/rcu.h @@ -106,8 +106,6 @@ void side_rcu_read_end(struct side_rcu_gp_state *gp_state, unsigned int period) cpu = 0; cpu_gp_state = &gp_state->percpu_state[cpu]; (void) __atomic_add_fetch(&cpu_gp_state->count[period].end, 1, __ATOMIC_SEQ_CST); - - } #define side_rcu_dereference(p) \ -- 2.34.1