mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
0324e76d56
commit
c7baa31c76
1 changed files with 0 additions and 11 deletions
|
@ -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.
|
Loading…
Reference in a new issue