From: Bruno Haible Date: Sun, 4 Mar 2007 13:20:31 +0000 (+0000) Subject: Remove unusede ASSERT macro. X-Git-Tag: cvs-readonly~894 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=660cd4c587f4a39127778a30c9cba246b3257847;p=gnulib.git Remove unusede ASSERT macro. --- diff --git a/tests/test-allocsa.c b/tests/test-allocsa.c index 64e9d541a..9d4144881 100644 --- a/tests/test-allocsa.c +++ b/tests/test-allocsa.c @@ -25,8 +25,6 @@ #include -#define ASSERT(expr) if (!(expr)) abort (); - static void do_allocation (int n) {