summaryrefslogtreecommitdiff
path: root/B/Debug.pm
diff options
context:
space:
mode:
Diffstat (limited to 'B/Debug.pm')
-rw-r--r--B/Debug.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/B/Debug.pm b/B/Debug.pm
index 1a78f39165..d88cef3780 100644
--- a/B/Debug.pm
+++ b/B/Debug.pm
@@ -59,9 +59,7 @@ sub B::PMOP::debug {
printf "\top_pmreplstart\t0x%x\n", ${$op->pmreplstart};
printf "\top_pmnext\t0x%x\n", ${$op->pmnext};
printf "\top_pmregexp->precomp\t%s\n", cstring($op->precomp);
- printf "\top_pmshort\t0x%x\n", ${$op->pmshort};
printf "\top_pmflags\t0x%x\n", $op->pmflags;
- printf "\top_pmslen\t%d\n", $op->pmslen;
$op->pmshort->debug;
$op->pmreplroot->debug;
}