[lttng-dev] [PATCH 3/6] cleanup unneed declare
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Fri Dec 2 08:06:56 EST 2011
* Lai Jiangshan (laijs at cn.fujitsu.com) wrote:
> Signed-off-by: Lai Jiangshan <laijs at cn.fujitsu.com>
merged, thanks!
Mathieu
> ---
> rculfhash.c | 9 ---------
> 1 files changed, 0 insertions(+), 9 deletions(-)
>
> diff --git a/rculfhash.c b/rculfhash.c
> index ebf0023..6e8b864 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.
> --
> 1.7.4.4
>
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list