This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in POD for new Unicode::UCD::num() variant
[perl5.git] / op.h
diff --git a/op.h b/op.h
index b954dcb..efafcf3 100644 (file)
--- a/op.h
+++ b/op.h
@@ -129,8 +129,6 @@ Deprecated.  Use C<GIMME_V> instead.
                                /*  On OP_DBSTATE, indicates breakpoint
                                 *    (runtime property) */
                                /*  On OP_REQUIRE, was seen as CORE::require */
-                               /*  On OP_(ENTER|LEAVE)WHEN, there's
-                                   no condition */
                                /*  On OP_ANONHASH and OP_ANONLIST, create a
                                    reference to the new anon hash or array */
                                /*  On OP_HELEM, OP_MULTIDEREF and OP_HSLICE,