aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-06 03:12:26 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-06 03:12:26 +0000
commit1c5acc16db85f0e4dc0238c6eddd285f513b2973 (patch)
treec817efad3229cb1a1fc91c8d8bc15910d277e7ac /lib
parent0dff2d739d2457d454fc561bbac8beebd718f951 (diff)
downloadruby-1c5acc16db85f0e4dc0238c6eddd285f513b2973.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode_normalize.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/unicode_normalize.rb b/lib/unicode_normalize.rb
deleted file mode 100644
index b518197706..0000000000
--- a/lib/unicode_normalize.rb
+++ /dev/null
@@ -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.