From 660cd4c587f4a39127778a30c9cba246b3257847 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 4 Mar 2007 13:20:31 +0000 Subject: [PATCH] Remove unusede ASSERT macro. --- tests/test-allocsa.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.30.2