changeset 8324:9b1d9235cf8a

Remove unusede ASSERT macro.
author Bruno Haible <bruno@clisp.org>
date Sun, 04 Mar 2007 13:20:31 +0000
parents a076b83bd513
children c08f9990bf58
files tests/test-allocsa.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-allocsa.c
+++ b/tests/test-allocsa.c
@@ -25,8 +25,6 @@
 
 #include <stdlib.h>
 
-#define ASSERT(expr) if (!(expr)) abort ();
-
 static void
 do_allocation (int n)
 {