5.6.0 Patch for EPOC
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index 10ea0af..0e12554 100644 (file)
--- 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