summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
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 *)