regexec.c: Remove redundant test
authorKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 15:42:27 +0000 (08:42 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 16:47:56 +0000 (09:47 -0700)
commit5c2c7b4d206b5e31daf31f52827808c61ff3ab10
tree6c23163a3794ab33f4bc6166c5813677494894b1
parenta9d7774b85068398f0b1989e5ae547ee5f4b4c4e
regexec.c: Remove redundant test

A string must be in utf8 format if the first code point that came from
it is above 255; therefore it is redundant to test for both.
regexec.c