[PATCH v3] libbpf: remove HASHMAP_INIT static initialization helper

John Sanpe posted 1 patch 2 years, 7 months ago
tools/lib/bpf/hashmap.h | 10 ----------
1 file changed, 10 deletions(-)
[PATCH v3] libbpf: remove HASHMAP_INIT static initialization helper
Posted by John Sanpe 2 years, 7 months ago
Remove the wrong HASHMAP_INIT. It's not used anywhere in libbpf.

Signed-off-by: John Sanpe <sanpeqf@gmail.com>
---
 tools/lib/bpf/hashmap.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tools/lib/bpf/hashmap.h b/tools/lib/bpf/hashmap.h
index 0a5bf1937a7c..c12f8320e668 100644
--- a/tools/lib/bpf/hashmap.h
+++ b/tools/lib/bpf/hashmap.h
@@ -80,16 +80,6 @@ struct hashmap {
 	size_t sz;
 };
 
-#define HASHMAP_INIT(hash_fn, equal_fn, ctx) {	\
-	.hash_fn = (hash_fn),			\
-	.equal_fn = (equal_fn),			\
-	.ctx = (ctx),				\
-	.buckets = NULL,			\
-	.cap = 0,				\
-	.cap_bits = 0,				\
-	.sz = 0,				\
-}
-
 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
 		   hashmap_equal_fn equal_fn, void *ctx);
 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
-- 
2.40.1
Re: [PATCH v3] libbpf: remove HASHMAP_INIT static initialization helper
Posted by patchwork-bot+netdevbpf@kernel.org 2 years, 7 months ago
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Tue, 11 Jul 2023 15:07:12 +0800 you wrote:
> Remove the wrong HASHMAP_INIT. It's not used anywhere in libbpf.
> 
> Signed-off-by: John Sanpe <sanpeqf@gmail.com>
> ---
>  tools/lib/bpf/hashmap.h | 10 ----------
>  1 file changed, 10 deletions(-)

Here is the summary with links:
  - [v3] libbpf: remove HASHMAP_INIT static initialization helper
    https://git.kernel.org/bpf/bpf-next/c/a3e7e6b17946

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html