summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-08 10:26:15 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-08 10:26:15 +0000
commit2712041031ade0460127e6fe585c97e017722534 (patch)
treece00cfd416299b06127f22e32f8bc3e7f0b47090 /util.c
parent4e1e2a8ffd6bb18688563ab307dc42a85c6b5b7a (diff)
downloadperl-2712041031ade0460127e6fe585c97e017722534.tar.gz
remove kludgey duplicate background error avoidance (caused
"leaks"; %@ wasn't even user-visible under -Dusethreads); only repeats of most recent error are now avoided p4raw-id: //depot/perl@4316
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index d9f289b889..5835556262 100644
--- a/util.c
+++ b/util.c
@@ -3393,7 +3393,6 @@ Perl_new_struct_thread(pTHX_ struct perl_thread *t)
thr->threadsv = newAV();
thr->specific = newAV();
thr->errsv = newSVpvn("", 0);
- thr->errhv = newHV();
thr->flags = THRf_R_JOINABLE;
MUTEX_INIT(&thr->mutex);