]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Remove some dead code in indirect_ck_method
authorVincent Pit <vince@profvince.com>
Thu, 19 Aug 2010 15:19:38 +0000 (17:19 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 19 Aug 2010 15:19:38 +0000 (17:19 +0200)
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.


No differences found