Commit eeaa2c8b authored by David Gibson's avatar David Gibson

mem: Remove array_size dependency

The mem module declares array_size as a test dependency, and includes it in
test/api.c, but doesn't actually use it.  This removes the unneeded
dependency.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 63f13d64
......@@ -23,7 +23,6 @@ int main(int argc, char *argv[])
}
if (strcmp(argv[1], "testdepends") == 0) {
printf("ccan/array_size");
return 0;
}
......
#include <ccan/array_size/array_size.h>
#include <ccan/mem/mem.h>
#include <ccan/tap/tap.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment