projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
net: remove noerr dependency.
[ccan]
/
ccan
/
net
/
_info
diff --git
a/ccan/net/_info
b/ccan/net/_info
index 845458c0eb0e2e4e5b09a161ccf54e1ffdab2bab..a9c57206af368f1c7964fe50e0b41301738dcf99 100644
(file)
--- a/
ccan/net/_info
+++ b/
ccan/net/_info
@@
-64,7
+64,6
@@
int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
- printf("ccan/noerr\n");
return 0;
}