summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-18 19:37:41 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-18 19:37:41 +0000
commit227a8b4b89a56a5f0c4892bc310a24a6cfceb3b7 (patch)
tree9d62b508b060ee139abf54965068642252596cef /mg.c
parent4c50607213c2b23bfa1ef0717a5a31b40103430b (diff)
downloadperl-227a8b4b89a56a5f0c4892bc310a24a6cfceb3b7.tar.gz
back out problematic change#1105, tweak perlsub.pod
p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323 p4raw-id: //depot/perl@1146
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mg.c b/mg.c
index b981c12fae..d6ea1d2c58 100644
--- a/mg.c
+++ b/mg.c
@@ -1511,13 +1511,6 @@ magic_freeregexp(SV *sv, MAGIC *mg)
return 0;
}
-int
-magic_unchain(SV *sv, MAGIC *mg)
-{
- sv_unmagic(sv, mg->mg_type);
- return 0;
-}
-
#ifdef USE_LOCALE_COLLATE
int
magic_setcollxfrm(SV *sv, MAGIC *mg)