diff --git a/src/ck_hp.c b/src/ck_hp.c index 8553cb2..0b89379 100644 --- a/src/ck_hp.c +++ b/src/ck_hp.c @@ -134,7 +134,6 @@ ck_hp_subscribe(struct ck_hp *state, entry->state = CK_HP_USED; entry->global = state; entry->pointers = pointers; - entry->pointers = pointers; entry->n_pending = 0; ck_stack_init(&entry->pending); ck_stack_push_upmc(&state->subscribers, &entry->global_entry);