]> git.ozlabs.org Git - ccan/commit
mem: Remove array_size dependency
authorDavid Gibson <david@gibson.dropbear.id.au>
Sat, 5 Sep 2015 04:32:24 +0000 (14:32 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 13 Sep 2015 09:17:14 +0000 (19:17 +1000)
commiteeaa2c8b0d5db1128c873cad3bfcc6fd6b1858fe
tree3319378b191c8bad271161511c55fe667e4fdc3b
parent63f13d64d8ea04e3032cafcaa9ee1b5965a8d52d
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: David Gibson <david@gibson.dropbear.id.au>
ccan/mem/_info
ccan/mem/test/api.c