Remove duplicate code from pp_study(), caused by a4f4e9060b702ac8.
authorNicholas Clark <nick@ccl4.org>
Thu, 19 May 2011 10:07:29 +0000 (11:07 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 19 May 2011 10:07:29 +0000 (11:07 +0100)
commit2913b40e5d98ac5a17648839dc32086276c19d8b
treed21930696349f11584bd048f896367a781be31f5
parentd91994bbc0e42c43e68faecbd97f62eb6c6a12c7
Remove duplicate code from pp_study(), caused by a4f4e9060b702ac8.

The duplicated code could have had no effect - for the case of pos <= 0
pp_study had already returned NO. The second call to SvPV() would have had no
side effects, because scalars with side effects don't have SvPOK() true, so
would also have already returned NO.
pp.c