From 6e1c9671e8cfa857af192c614a912a1db14856a4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 19 Oct 2000 02:22:40 +0000 Subject: [PATCH] Fix of sorts for bug id 20000901.092. There seems to be no trace of a 'pmshort' anywhere in the B, so the offending line was simply removed. p4raw-id: //depot/perl@7367 --- ext/B/B/Debug.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/B/B/Debug.pm b/ext/B/B/Debug.pm index 3e212e2..1327591 100644 --- a/ext/B/B/Debug.pm +++ b/ext/B/B/Debug.pm @@ -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; } -- 2.7.4