summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-05-21 10:55:37 +0200
committerNicholas Clark <nick@ccl4.org>2009-05-21 10:55:37 +0200
commitb14647bbef65df1555e337714aa22f1e154a4462 (patch)
tree550261cc1c09052b6037bb8ee01eedec9189453b /thread.h
parentd525a7b2081fbd38d70ffb150fc7fe6d30d0b62d (diff)
downloadperl-b14647bbef65df1555e337714aa22f1e154a4462.tar.gz
Remove all the 5005threads specific mutex macros, which are now vestigial.
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/thread.h b/thread.h
index 3a059b5f86..3b84f369f7 100644
--- a/thread.h
+++ b/thread.h
@@ -412,46 +412,6 @@
# define COND_DESTROY(c)
#endif
-#ifndef LOCK_SV_MUTEX
-# define LOCK_SV_MUTEX
-#endif
-
-#ifndef UNLOCK_SV_MUTEX
-# define UNLOCK_SV_MUTEX
-#endif
-
-#ifndef LOCK_STRTAB_MUTEX
-# define LOCK_STRTAB_MUTEX
-#endif
-
-#ifndef UNLOCK_STRTAB_MUTEX
-# define UNLOCK_STRTAB_MUTEX
-#endif
-
-#ifndef LOCK_CRED_MUTEX
-# define LOCK_CRED_MUTEX
-#endif
-
-#ifndef UNLOCK_CRED_MUTEX
-# define UNLOCK_CRED_MUTEX
-#endif
-
-#ifndef LOCK_FDPID_MUTEX
-# define LOCK_FDPID_MUTEX
-#endif
-
-#ifndef UNLOCK_FDPID_MUTEX
-# define UNLOCK_FDPID_MUTEX
-#endif
-
-#ifndef LOCK_SV_LOCK_MUTEX
-# define LOCK_SV_LOCK_MUTEX
-#endif
-
-#ifndef UNLOCK_SV_LOCK_MUTEX
-# define UNLOCK_SV_LOCK_MUTEX
-#endif
-
#ifndef LOCK_DOLLARZERO_MUTEX
# define LOCK_DOLLARZERO_MUTEX
#endif