summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-31 13:39:58 +0000
committerJim Meyering <jim@meyering.net>2003-10-31 13:39:58 +0000
commitfdeec6de0b1ef533f7b8937396b50abb96aee503 (patch)
tree3af8891c942b52b2ff8e08a13317770640a386d6 /lib
parent83967b1ad05c89c0cdbfc1853c3ce5533cddd047 (diff)
downloadcoreutils-fdeec6de0b1ef533f7b8937396b50abb96aee503.tar.xz
Update from gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/alloca.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/alloca.c b/lib/alloca.c
index c4db187da..5e2521b36 100644
--- a/lib/alloca.c
+++ b/lib/alloca.c
@@ -204,9 +204,6 @@ alloca (size_t size)
new = xmalloc (combined_size);
- if (new == 0)
- abort();
-
((header *) new)->h.next = last_alloca_header;
((header *) new)->h.deep = depth;