From: Bruno Haible Date: Sun, 4 Mar 2007 13:20:31 +0000 (+0000) Subject: Remove unusede ASSERT macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660cd4c587f4a39127778a30c9cba246b3257847;p=pspp Remove unusede ASSERT macro. --- diff --git a/tests/test-allocsa.c b/tests/test-allocsa.c index 64e9d541a0..9d4144881a 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) {