From c2ce63508045ce25da81a7f805774038b12f0ab5 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 28 Jun 2015 16:36:17 -0400 Subject: [PATCH] spinlock/ticket: Remove dead variable. --- include/spinlock/ticket.h | 1 - 1 file changed, 1 deletion(-) 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) !=