diff options
author | Karl Williamson <khw@cpan.org> | 2015-06-20 14:59:14 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:52 -0600 |
commit | f71c7390161f294195007d360668a2ef38c4ef05 (patch) | |
tree | bc42c855e9b07eb0268a3bc176f74f5b63646bc5 /regcharclass.h | |
parent | a8cfb59245925e1db0dfa95ea0d8f30c5b76081b (diff) | |
download | perl-f71c7390161f294195007d360668a2ef38c4ef05.tar.gz |
mktables: Remove redundant test
This test is a duplicate of the one that got us to take this branch to
begin with, so is redundant.
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index 42c372df1c..ce35b83311 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -2514,7 +2514,7 @@ * 1a0687fb9c6c4567e853913549df0944fe40821279a3e9cdaa6ab8679bc286fd lib/unicore/extracted/DLineBreak.txt * 40bcfed3ca727c19e1331f6c33806231d5f7eeeabd2e6a9e06a3740c85d0c250 lib/unicore/extracted/DNumType.txt * a18d502bad39d527ac5586d7bc93e29f565859e3bcc24ada627eff606d6f5fed lib/unicore/extracted/DNumValues.txt - * 320d9d6275f5786e8d3b59828c84a5e9d10dedb7ccfac094086b42d6b4731743 lib/unicore/mktables + * be7cfdd4b7943b5d3483575e932a4d5472a8e022381f6e858d6be4ceb8bc7de6 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * 5e47f645eac3a918246254e19c06b604c8ea088cf62da5be84dcb953ef2bf16c regen/regcharclass.pl |