This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added by
authorNicholas Clark <nick@ccl4.org>
Sat, 3 Jan 2009 18:06:25 +0000 (18:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 3 Jan 2009 18:35:54 +0000 (18:35 +0000)
fa60396f123333e92849ecaecffb9252458d6678

ext/mro/mro.xs

index 09ad83b..22509f4 100644 (file)
@@ -224,7 +224,6 @@ S_mro_get_linear_isa_c3(pTHX_ HV* stash, U32 level)
 
     return MUTABLE_AV(Perl_mro_set_private_data(aTHX_ meta, &c3_alg,
                                                MUTABLE_SV(retval)));
-    return retval;
 }