delete lib/unicode_normalize.rb, because no longer needed

(all content has been moved to string.c)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2017-05-06 03:12:26 +00:00
parent 0324e76d56
commit c7baa31c76
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# coding: utf-8
# frozen_string_literal: false
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
#--
# additions to class String for Unicode normalization
#++
###### This file is empty after it's contents has been converted to C
###### and moved to string.c. This file will be removed soon.