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/compile_ok-STR_MAX_CHARS-static.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ccan/str/test/compile_ok-STR_MAX_CHARS-static.c (limited to 'ccan/str/test/compile_ok-STR_MAX_CHARS-static.c') diff --git a/ccan/str/test/compile_ok-STR_MAX_CHARS-static.c b/ccan/str/test/compile_ok-STR_MAX_CHARS-static.c deleted file mode 100644 index bc6aff7..0000000 --- a/ccan/str/test/compile_ok-STR_MAX_CHARS-static.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main(void) -{ - static char str[STR_MAX_CHARS(int)]; - - return str[0] ? 0 : 1; -} -- cgit v1.2.3