diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-21 07:42:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-21 07:42:56 +0000 |
commit | ba235770e5430a2da6b4b3a82416f106fa63406b (patch) | |
tree | 118b5a37f2285c0599d5d6b401b26ad85412c5c8 /mathoms.c | |
parent | 959037a055713bbf644c83e4acd1a40a7f4d58c7 (diff) | |
download | perl-ba235770e5430a2da6b4b3a82416f106fa63406b.tar.gz |
For 5.12 we can simply exterminate! the private function
Perl_magic_setglob().
p4raw-id: //depot/perl@32684
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1318,16 +1318,6 @@ Perl_hv_delete(pTHX_ HV *hv, const char *key, I32 klen_i32, I32 flags) } /* Functions after here were made mathoms post 5.10.0 but pre 5.8.9 */ -int -Perl_magic_setglob(pTHX_ SV *sv, MAGIC *mg) -{ - PERL_UNUSED_ARG(mg); - PERL_UNUSED_ARG(sv); - - Perl_croak(aTHX_ "Perl_magic_setglob is dead code?"); - - return 0; -} AV * Perl_newAV(pTHX) |