projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cb1408d
)
alignof: remove unnecessary ccan/build_assert dependency.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:36:24 +0000
(17:06 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:36:24 +0000
(17:06 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/alignof/_info
patch
|
blob
|
history
diff --git
a/ccan/alignof/_info
b/ccan/alignof/_info
index 85cf810c9564eda924d67b61d890e52fe985390c..7eca1f2d32c04c747bbb5e926b5a6fb4531e8975 100644
(file)
--- a/
ccan/alignof/_info
+++ b/
ccan/alignof/_info
@@
-44,7
+44,6
@@
int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
- printf("ccan/build_assert\n");
return 0;
}