diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-01-03 18:06:25 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-01-03 18:35:54 +0000 |
commit | 105ae854636da9ac798d310437c2718c19f2c172 (patch) | |
tree | 14cf0accb490ba622bc2045b36d12cb5564c2dfc /ext/mro | |
parent | ef3b26468fc2fdb6a3c369d9861b45a71681998c (diff) | |
download | perl-105ae854636da9ac798d310437c2718c19f2c172.tar.gz |
Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added by
fa60396f123333e92849ecaecffb9252458d6678
Diffstat (limited to 'ext/mro')
-rw-r--r-- | ext/mro/mro.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mro/mro.xs b/ext/mro/mro.xs index 09ad83bdd3..22509f41d2 100644 --- a/ext/mro/mro.xs +++ b/ext/mro/mro.xs @@ -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; } |