This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Simplify expression
authorKarl Williamson <khw@cpan.org>
Thu, 2 Mar 2017 19:14:38 +0000 (12:14 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 20 Feb 2018 08:37:23 +0000 (01:37 -0700)
commit1c4de6cd1d73a0b9cd709c290e505f325bb3ddbf
tree8cf5602796e5b0878282f12695332a21bc3e3f55
parent25de47e3ad090ae552d3aca2ea84f1925227c4b5
regcomp.c: Simplify expression

The previous commit has made part of this 'if' redundant, so the whole
thing can be simplified.
regcomp.c