From 0ad3557d81dce743dae72944c26a659829137e50 Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 22 Jul 2016 01:32:20 +0000 Subject: * 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 --- ChangeLog | 5 +++++ template/unicode_norm_gen.tmpl | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23a2b42658..cc062ea3b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 22 10:32:13 2016 Martin Duerst + + * template/unicode_norm_gen.tmpl: Remove + UnicodeNormalize::UNICODE_VERSION at origin [Feature #12546]. + Fri Jul 22 09:23:51 2016 SHIBATA Hiroshi * LEGAL: Added entries for files under the USD license. 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%>]" -- cgit v1.2.3