diff --git a/include/spinlock/ticket.h b/include/spinlock/ticket.h index 806006f..569a78d 100644 --- a/include/spinlock/ticket.h +++ b/include/spinlock/ticket.h @@ -210,7 +210,6 @@ ck_spinlock_ticket_init(struct ck_spinlock_ticket *ticket) CK_CC_INLINE static bool ck_spinlock_ticket_locked(struct ck_spinlock_ticket *ticket) { - unsigned int request; bool r; r = ck_pr_load_uint(&ticket->position) !=