Commit 00b59f19 authored by Rusty Russell's avatar Rusty Russell

str_talloc: remove unused ccan/noerr dependency.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 8fb61c1e
......@@ -46,7 +46,6 @@ int main(int argc, char *argv[])
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/str\n");
printf("ccan/talloc\n");
printf("ccan/noerr\n");
return 0;
}
......
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