Browse Source

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>
David Gibson 10 years ago
parent
commit
eeaa2c8b0d
2 changed files with 0 additions and 2 deletions
  1. 0 1
      ccan/mem/_info
  2. 0 1
      ccan/mem/test/api.c

+ 0 - 1
ccan/mem/_info

@@ -23,7 +23,6 @@ int main(int argc, char *argv[])
 	}
 	}
 
 
 	if (strcmp(argv[1], "testdepends") == 0) {
 	if (strcmp(argv[1], "testdepends") == 0) {
-		printf("ccan/array_size");
 		return 0;
 		return 0;
 	}
 	}
 
 

+ 0 - 1
ccan/mem/test/api.c

@@ -1,4 +1,3 @@
-#include <ccan/array_size/array_size.h>
 #include <ccan/mem/mem.h>
 #include <ccan/mem/mem.h>
 #include <ccan/tap/tap.h>
 #include <ccan/tap/tap.h>