From 9d8fd706bc0a9872712899ee2dadb932fa21142a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 11 Jul 2000 17:42:04 +0000 Subject: integrate cfgperl change#6217 into mainline p4raw-link: @6217 on //depot/cfgperl: cc9b67681954df413fe79f7c379e7b91a3121259 p4raw-id: //depot/perl@6347 --- sv.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sv.h') diff --git a/sv.h b/sv.h index f35049862a..0e125543ef 100644 --- a/sv.h +++ b/sv.h @@ -1066,10 +1066,3 @@ Release the internal mutex for an SV. #define SvGROW(sv,len) (SvLEN(sv) < (len) ? sv_grow(sv,len) : SvPVX(sv)) #define Sv_Grow sv_grow -#ifdef USE_THREADS -# define FDPID_LOCK MUTEX_LOCK(&PL_fdpid_mutex) -# define FDPID_UNLOCK MUTEX_UNLOCK(&PL_fdpid_mutex) -#else -# define FDPID_LOCK -# define FDPID_UNLOCK -#endif -- cgit v1.2.1