Fix of sorts for bug id 20000901.092. There seems to be no trace
Jarkko Hietaniemi [Thu, 19 Oct 2000 02:22:40 +0000 (02:22 +0000)]
of a 'pmshort' anywhere in the B, so the offending line was simply
removed.

p4raw-id: //depot/perl@7367

ext/B/B/Debug.pm

index 3e212e2..1327591 100644 (file)
@@ -53,7 +53,6 @@ sub B::PMOP::debug {
     printf "\top_pmnext\t0x%x\n", ${$op->pmnext};
     printf "\top_pmregexp->precomp\t%s\n", cstring($op->precomp);
     printf "\top_pmflags\t0x%x\n", $op->pmflags;
-    $op->pmshort->debug;
     $op->pmreplroot->debug;
 }