This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove always-true test
authorKarl Williamson <public@khwilliamson.com>
Tue, 7 May 2013 16:01:58 +0000 (10:01 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:51 +0000 (11:01 -0600)
commitfdfb35c800b283d7f03f2b03dc5a1adb81a4a6e4
treeecc19b729b583347571d0fb1120f1ea132d40dd7
parentff5deb98f57138ca084471a3abb7b702b1347af8
regcomp.c: Remove always-true test

In this code, j is guaranteed to be above 255, so no need to test for
that.
regcomp.c