From: Vincent Pit Date: Thu, 19 Aug 2010 15:19:38 +0000 (+0200) Subject: Remove some dead code in indirect_ck_method X-Git-Tag: v0.23~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=4168177ad46806cfb9e0cdb522aed997215cf8b2;hp=4168177ad46806cfb9e0cdb522aed997215cf8b2 Remove some dead code in indirect_ck_method We already check that the first kid of the method op is a const op. Thus it must have been checked before. Otherwise, someone has returned a const op from a custom check function and haven't recalled in the old check chain, which is bad and ultimately their fault. ---