summaryrefslogtreecommitdiff
path: root/thrdvar.h
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
commit98eae8f585b9800849b5e5482e2d405f21bab67e (patch)
treece00cfd416299b06127f22e32f8bc3e7f0b47090 /thrdvar.h
parentc305c6a05369da2338dc1201b35b0dff2e8d6a5d (diff)
downloadperl-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 'thrdvar.h')
-rw-r--r--thrdvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/thrdvar.h b/thrdvar.h
index 2b64b7e087..d228ee2394 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -213,7 +213,6 @@ PERLVAR(threadsv, AV *) /* Per-thread SVs ($_, $@ etc.) */
PERLVAR(threadsvp, SV **) /* AvARRAY(threadsv) */
PERLVAR(specific, AV *) /* Thread-specific user data */
PERLVAR(errsv, SV *) /* Backing SV for $@ */
-PERLVAR(errhv, HV *) /* HV for what was %@ in pp_ctl.c */
PERLVAR(mutex, perl_mutex) /* For the fields others can change */
PERLVAR(tid, U32)
PERLVAR(prev, struct perl_thread *)