From ba869debd80c55cfae8e9d4de0991d62f9efcb9b Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 29 Feb 2000 04:53:00 +0000 Subject: support fetching current interpreter from TLS under useithreads p4raw-id: //depot/perl@5342 --- intrpvar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index 14037873b9..39d14c985e 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -406,7 +406,6 @@ PERLVARA(Iuudmap,256, char) PERLVAR(Ibitcount, char *) #ifdef USE_THREADS -PERLVAR(Ithr_key, perl_key) /* For per-thread struct perl_thread* */ PERLVAR(Isv_mutex, perl_mutex) /* Mutex for allocating SVs in sv.c */ PERLVAR(Ieval_mutex, perl_mutex) /* Mutex for doeval */ PERLVAR(Ieval_cond, perl_cond) /* Condition variable for doeval */ -- cgit v1.2.1