X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfhash.c;h=6c648f17da8a939d22894067eb1cc8c24620a8e0;hp=8c835dedb71c733cca89872ff685e254c5297a23;hb=b69e8b3f8cec89492c706cb6a3c0e1f85dccfcfd;hpb=ae843a6421259c05d3c9f7d70cd0dd098c1b4f55 diff --git a/rculfhash.c b/rculfhash.c index 8c835de..6c648f1 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -242,15 +242,6 @@ struct partition_resize_work { unsigned long start, unsigned long len); }; -static -void _cds_lfht_add(struct cds_lfht *ht, - cds_lfht_match_fct match, - const void *key, - unsigned long size, - struct cds_lfht_node *node, - struct cds_lfht_iter *unique_ret, - int bucket); - /* * Algorithm to reverse bits in a word by lookup table, extended to * 64-bit words.