This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3b264
)
Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added by
author
Nicholas Clark
<nick@ccl4.org>
Sat, 3 Jan 2009 18:06:25 +0000
(18:06 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 3 Jan 2009 18:35:54 +0000
(18:35 +0000)
fa60396f123333e92849ecaecffb9252458d6678
ext/mro/mro.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/mro/mro.xs
b/ext/mro/mro.xs
index
09ad83b
..
22509f4
100644
(file)
--- 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;
}