This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove redundant 'if'
authorKarl Williamson <khw@cpan.org>
Fri, 27 Oct 2017 15:32:26 +0000 (09:32 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 27 Oct 2017 16:22:10 +0000 (10:22 -0600)
commitf5917145a7e97375dfe247b345d464e4cce3f5cb
tree2dfa0815d1fec5f037282401c5e627946f9eb833
parent05a7114f7d84061dc1b63a4d175a423bdb0d526d
regcomp.c: Remove redundant 'if'

We have already assured earlier in the function that this 'if' is always
true.
regcomp.c