aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-22 01:32:20 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-22 01:32:20 +0000
commitdf6db4b6f8eddf294a90e9065fe6440d1c8581b0 (patch)
tree7d767a8f8efdec68910da1c7c5c5f74ef3aa23e7 /template
parent66458d4cb2b755f8cd980ac42bb236fc2398ac52 (diff)
downloadruby-df6db4b6f8eddf294a90e9065fe6440d1c8581b0.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.tmpl2
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%>]"