summaryrefslogtreecommitdiff
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
commitc7baa31c7683e2f8b95950f112a38dfd33e5a2ad (patch)
treec817efad3229cb1a1fc91c8d8bc15910d277e7ac /lib
parent0324e76d56659ef3fa0c5e90195ab2d9059e5e2e (diff)
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.