rculfhash: Remove "value" pointer
[urcu.git] / tests / test_urcu_hash.c
index 92816674dc97a99bc4c96f4b7cf6268706eea569..9bb7da721232626e44e2dfeed2d51a12bff6d892 100644 (file)
@@ -403,8 +403,7 @@ void *thr_writer(void *_count)
                        rcu_read_lock();
                        ht_node_init(node,
                                (void *)(unsigned long)(rand_r(&rand_lookup) % RAND_POOL),
-                               sizeof(void *),
-                               (void *) 0x42);
+                               sizeof(void *));
                        ret = ht_add_unique(test_ht, node);
                        rcu_read_unlock();
                        if (ret) {
This page took 0.022642 seconds and 4 git commands to generate.