From 9593fc545950782ed75f12f53238b07885559b2b Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 22:28:25 -0700 Subject: remove ccan for now --- ccan/str/test/debug.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ccan/str/test/debug.c (limited to 'ccan/str/test/debug.c') diff --git a/ccan/str/test/debug.c b/ccan/str/test/debug.c deleted file mode 100644 index 4bd384f..0000000 --- a/ccan/str/test/debug.c +++ /dev/null @@ -1,5 +0,0 @@ -/* We can't use the normal "#include the .c file" trick, since this is - contaminated by str.h's macro overrides. So we put it in all tests - like this. */ -#define CCAN_STR_DEBUG 1 -#include -- cgit v1.2.3