]> git.vpit.fr Git - perl/modules/indirect.git/commit
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)
commit4168177ad46806cfb9e0cdb522aed997215cf8b2
treedc03433617a26ffdeb44d6898c061efcc4360d68
parentb692a67bb2d094808f4ef331df53093a4019b34e
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.
indirect.xs