projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb61c1
)
str_talloc: remove unused ccan/noerr dependency.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:37:51 +0000
(17:07 +1030)
committer
Rusty 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
patch
|
blob
|
history
diff --git
a/ccan/str_talloc/_info
b/ccan/str_talloc/_info
index b29a48799373f91dcefc2ebb344d39bd1abcc09f..bcba699caf68728b7a7322123cef499424735f35 100644
(file)
--- 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;
}