projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ef3b264
)
Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added by
Nicholas Clark [Sat, 3 Jan 2009 18:06:25 +0000 (18:06 +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;
}