ck_epoch: Remove redundant load fence.

ck_pring
Samy Al Bahra 13 years ago
parent a30a89817c
commit 94475b85be

@ -67,8 +67,6 @@ ck_epoch_recycle(struct ck_epoch *global)
if (ck_pr_load_uint(&global->n_free) == 0)
return (NULL);
ck_pr_fence_load();
CK_STACK_FOREACH(&global->records, cursor) {
record = ck_epoch_record_container(cursor);

Loading…
Cancel
Save