S_mro_get_linear_isa_c3() doesn't need to call hv_fetch() then
authorNicholas Clark <nick@ccl4.org>
Mon, 22 Oct 2007 11:46:55 +0000 (11:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 22 Oct 2007 11:46:55 +0000 (11:46 +0000)
commit694168e2c727557fd7c821a391f64b74290145ca
tree78b5310590ffa6d2e6cc428fa0b73bb11d04c7ec
parentdbef3c66e2761d118774f973c961faa9b1e467d9
S_mro_get_linear_isa_c3() doesn't need to call hv_fetch() then
hv_store(), as hv_fetch() can do it all for us.

p4raw-id: //depot/perl@32167
mro.c