From cbe38a99993c77191fda9fa8e7f6358b4d8a88f2 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Fri, 1 Apr 2011 01:19:48 -0400 Subject: [PATCH] ck_epoch: Remove whitespace. --- include/ck_epoch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ck_epoch.h b/include/ck_epoch.h index dc6cbee..566394a 100644 --- a/include/ck_epoch.h +++ b/include/ck_epoch.h @@ -64,7 +64,6 @@ struct ck_epoch_record { uint64_t n_reclamations; struct ck_epoch *global; ck_stack_entry_t record_next; - } CK_CC_CACHELINE; typedef struct ck_epoch_record ck_epoch_record_t;