diff options
author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-22 01:32:20 +0000 |
---|---|---|
committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-22 01:32:20 +0000 |
commit | 0ad3557d81dce743dae72944c26a659829137e50 (patch) | |
tree | 7d767a8f8efdec68910da1c7c5c5f74ef3aa23e7 /template | |
parent | 8c18d58557787567a3bc3f4f9802e06af62544f6 (diff) | |
download | ruby-0ad3557d81dce743dae72944c26a659829137e50.tar.gz |
* template/unicode_norm_gen.tmpl: Remove
UnicodeNormalize::UNICODE_VERSION at origin [Feature #12546].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r-- | template/unicode_norm_gen.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl index ddd1966ca6..161f23e5e7 100644 --- a/template/unicode_norm_gen.tmpl +++ b/template/unicode_norm_gen.tmpl @@ -158,8 +158,6 @@ end # automatically generated by template/unicode_norm_gen.tmpl module UnicodeNormalize - UNICODE_VERSION = "<%=unicode_version%>" - accents = "" \ "[<% accent_array.each_regexp_chars do |rx|%><%=rx%>" \ "<% end%>]" |