This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: mro status, etc
[perl5.git] / mg.c
diff --git a/mg.c b/mg.c
index ddaf2b3..9d20590 100644 (file)
--- a/mg.c
+++ b/mg.c
@@ -1925,6 +1925,8 @@ Perl_magic_setglob(pTHX_ SV *sv, MAGIC *mg)
     GV* gv;
     PERL_UNUSED_ARG(mg);
 
+    Perl_croak(aTHX_ "Perl_magic_setglob is dead code?");
+
     if (!SvOK(sv))
        return 0;
     if (isGV_with_GP(sv)) {