From 77aa87f08799dafb2f4db6e967f0a3996e5ba883 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 8 Sep 2016 11:35:43 +0930 Subject: [PATCH] tal: remove unused assigned var (scan-build warning) Signed-off-by: Rusty Russell --- ccan/tal/tal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ccan/tal/tal.c b/ccan/tal/tal.c index 8360b252..df4020ea 100644 --- a/ccan/tal/tal.c +++ b/ccan/tal/tal.c @@ -906,7 +906,6 @@ static bool check_node(struct children *parent_child, if (name) return check_err(t, errorstr, "has extra literal"); - name = (struct name *)p; break; } if (!in_bounds(p)) -- 2.39.2