diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-08 10:26:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-08 10:26:15 +0000 |
commit | 98eae8f585b9800849b5e5482e2d405f21bab67e (patch) | |
tree | ce00cfd416299b06127f22e32f8bc3e7f0b47090 /util.c | |
parent | c305c6a05369da2338dc1201b35b0dff2e8d6a5d (diff) | |
download | perl-98eae8f585b9800849b5e5482e2d405f21bab67e.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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |