projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14e4e9
)
tal: remove unused assigned var (scan-build warning)
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 8 Sep 2016 02:05:43 +0000
(11:35 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 8 Sep 2016 02:05:43 +0000
(11:35 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/tal/tal.c
patch
|
blob
|
history
diff --git
a/ccan/tal/tal.c
b/ccan/tal/tal.c
index 8360b2520690c31a594da58a4cef8cb57889d87e..df4020ea07e4997b6888d9418cf521fa74437e6a 100644
(file)
--- 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))