summaryrefslogtreecommitdiffstats
path: root/bin/sh/memalloc.c
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1999-04-13 12:43:55 +0000
committercracauer <cracauer@FreeBSD.org>1999-04-13 12:43:55 +0000
commitfd7050b5fd5d9dc03a935edecb93ea20f9559f0b (patch)
tree2f1ff1d88d2c8014cebb9eff328bb454aa8ff454 /bin/sh/memalloc.c
parent6af7d3d29089db3f4693de88e4d620b89efb0878 (diff)
downloadFreeBSD-src-fd7050b5fd5d9dc03a935edecb93ea20f9559f0b.zip
FreeBSD-src-fd7050b5fd5d9dc03a935edecb93ea20f9559f0b.tar.gz
Remove my temporary detection for PR 7059, Tor Egge fixed this bug.
PR: 7059
Diffstat (limited to 'bin/sh/memalloc.c')
-rw-r--r--bin/sh/memalloc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c
index e96d1b4..858d567 100644
--- a/bin/sh/memalloc.c
+++ b/bin/sh/memalloc.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id: memalloc.c,v 1.12 1998/09/13 19:24:57 tegge Exp $";
+ "$Id: memalloc.c,v 1.13 1999/04/12 14:23:36 cracauer Exp $";
#endif /* not lint */
#include "shell.h"
@@ -187,10 +187,6 @@ popstackmark(mark)
INTOFF;
while (stackp != mark->stackp) {
- if (stackp == NULL) {
- write(2, "Oops, stackp deleted\n", 21);
- abort();
- }
sp = stackp;
stackp = sp->prev;
ckfree(sp);
OpenPOWER on IntegriCloud