projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2be6c
)
Remove unusede ASSERT macro.
author
Bruno Haible
<bruno@clisp.org>
Sun, 4 Mar 2007 13:20:31 +0000
(13:20 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 4 Mar 2007 13:20:31 +0000
(13:20 +0000)
tests/test-allocsa.c
patch
|
blob
|
history
diff --git
a/tests/test-allocsa.c
b/tests/test-allocsa.c
index 64e9d541a0d7091260af518358ec5ad34e12f475..9d4144881aa5eee34517cd9f6cd8b4da727abb55 100644
(file)
--- 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)
{