Commit 77aa87f0 authored by Rusty Russell's avatar Rusty Russell

tal: remove unused assigned var (scan-build warning)

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent f14e4e97
...@@ -906,7 +906,6 @@ static bool check_node(struct children *parent_child, ...@@ -906,7 +906,6 @@ static bool check_node(struct children *parent_child,
if (name) if (name)
return check_err(t, errorstr, return check_err(t, errorstr,
"has extra literal"); "has extra literal");
name = (struct name *)p;
break; break;
} }
if (!in_bounds(p)) if (!in_bounds(p))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment