Skip to content

Commit 5444188

Browse files
committed
Remove outdated references to 'swap'.
Per: RT # 131532
1 parent 488307f commit 5444188

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pod/perlreapi.pod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ values.
624624
* matching*/
625625
U32 lastparen; /* highest close paren matched ($+) */
626626
U32 lastcloseparen; /* last close paren matched ($^N) */
627-
regexp_paren_pair *swap; /* Swap copy of *offs */
628627
regexp_paren_pair *offs; /* Array of offsets for (@-) and
629628
(@+) */
630629

@@ -727,10 +726,6 @@ data structure. The Perl engine uses the
727726
C<regexp_internal> structure (see L<perlreguts/Base Structures>) but a custom
728727
engine should use something else.
729728

730-
=head2 C<swap>
731-
732-
Unused. Left in for compatibility with Perl 5.10.0.
733-
734729
=head2 C<offs>
735730

736731
A C<regexp_paren_pair> structure which defines offsets into the string being

0 commit comments

Comments
 (0)