summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-18 08:27:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-18 08:27:59 +0000
commit42e1efa1e62f0d241a2d8e4847bce98f732060a3 (patch)
treea1dd913683acebd09ac40b5f192ef43ba272a1f5 /dump.c
parentc998b2457229a340c2e4cb581a814fd9362e5b45 (diff)
downloadperl-42e1efa1e62f0d241a2d8e4847bce98f732060a3.tar.gz
Remove PERL_MAGIC_mutex
p4raw-id: //depot/perl@31412
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index a83e17f341..212f7203d2 100644
--- a/dump.c
+++ b/dump.c
@@ -1170,7 +1170,6 @@ static const struct { const char type; const char *name; } magic_names[] = {
{ PERL_MAGIC_isaelem, "isaelem(i)" },
{ PERL_MAGIC_nkeys, "nkeys(k)" },
{ PERL_MAGIC_dbline, "dbline(l)" },
- { PERL_MAGIC_mutex, "mutex(m)" },
{ PERL_MAGIC_shared_scalar, "shared_scalar(n)" },
{ PERL_MAGIC_collxfrm, "collxfrm(o)" },
{ PERL_MAGIC_tiedelem, "tiedelem(p)" },