rculfhash: remove unused rcu_head in partition_resize_work
[urcu.git] / rculfhash.c
index efb1b22ce566c494c78fe3f74cafc83b33d5a9d1..13274189887182f81a2a8ed5336db50a36e13c90 100644 (file)
@@ -255,7 +255,6 @@ struct rcu_resize_work {
 };
 
 struct partition_resize_work {
-       struct rcu_head head;
        struct cds_lfht *ht;
        unsigned long i, start, len;
        void (*fct)(struct cds_lfht *ht, unsigned long i,
This page took 0.022315 seconds and 4 git commands to generate.