rculfhash: remove hash from nodes
[urcu.git] / urcu / rculfhash.h
index 2e50beb27a5711c855a03f4689e11ae8c033e8ea..bec7776c2fd6f3f2f2eb58c9c058dafd18e2d3f0 100644 (file)
@@ -12,7 +12,6 @@ struct rcu_ht_node {
        unsigned int key_len;
        unsigned int dummy;
        /* cache-cold for iteration */
-       unsigned long hash;
        struct rcu_head head;
 };
 
This page took 0.02589 seconds and 4 git commands to generate.