summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pp.c b/pp.c
index 3cfbe1aa2e..95795033ce 100644
--- a/pp.c
+++ b/pp.c
@@ -728,10 +728,6 @@ PP(pp_study)
}
PL_lastscream = SvREFCNT_inc_simple(sv);
- s = (unsigned char*)(SvPV(sv, len));
- pos = len;
- if (pos <= 0)
- RETPUSHNO;
if (pos > PL_maxscream) {
if (PL_maxscream < 0) {
PL_maxscream = pos + 80;