Remove unusede ASSERT macro.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2007 13:20:31 +0000 (13:20 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2007 13:20:31 +0000 (13:20 +0000)
tests/test-allocsa.c

index 64e9d54..9d41448 100644 (file)
@@ -25,8 +25,6 @@
 
 #include <stdlib.h>
 
-#define ASSERT(expr) if (!(expr)) abort ();
-
 static void
 do_allocation (int n)
 {