This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the no-longer autogenerated Unicode files
[perl5.git] / lib / unicore / lib / AsciiHex.pl
diff --git a/lib/unicore/lib/AsciiHex.pl b/lib/unicore/lib/AsciiHex.pl
deleted file mode 100644 (file)
index 24c43ee..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by ./mktables from e.g. UnicodeData.txt.
-# Any changes made here will be lost!
-
-#
-# This file supports:
-#      \p{AsciiHexDigit} (and fuzzy permutations)
-# 
-# Meaning: Extended property 'ASCII_Hex_Digit'
-#
-return <<'END';
-0030   0039    ASCII_Hex_Digit
-0041   0046    ASCII_Hex_Digit
-0061   0066    ASCII_Hex_Digit
-END