From 00b59f19bdad5addac3370cfd3e78a60027fcf9a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 12 Nov 2012 17:07:51 +1030 Subject: [PATCH] str_talloc: remove unused ccan/noerr dependency. Signed-off-by: Rusty Russell --- ccan/str_talloc/_info | 1 - 1 file changed, 1 deletion(-) diff --git a/ccan/str_talloc/_info b/ccan/str_talloc/_info index b29a4879..bcba699c 100644 --- a/ccan/str_talloc/_info +++ b/ccan/str_talloc/_info @@ -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; } -- 2.39.2