]> git.ozlabs.org Git - ccan/commitdiff
str_talloc: remove unused ccan/noerr dependency.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:37:51 +0000 (17:07 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:37:51 +0000 (17:07 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/str_talloc/_info

index b29a48799373f91dcefc2ebb344d39bd1abcc09f..bcba699caf68728b7a7322123cef499424735f35 100644 (file)
@@ -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;
        }