X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Frculfhash.h;h=f4f3373298492b3dee1e71f35277a310af735dd7;hb=81d9100507bd6706dada14e1520b40cb1d87ea4f;hp=008b1d49f55ae86ae4bcdf86c2ce2a8c0a1c7617;hpb=7f52427be704778d53f85e17fb71629b50ada827;p=urcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 008b1d4..f4f3373 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -62,8 +62,6 @@ struct cds_lfht_node { struct _cds_lfht_node p; /* needs to be first field */ void *key; unsigned int key_len; - /* cache-cold for iteration */ - struct rcu_head head; }; /* cds_lfht_iter: Used to track state while traversing a hash chain. */