From c7baa31c7683e2f8b95950f112a38dfd33e5a2ad Mon Sep 17 00:00:00 2001 From: duerst Date: Sat, 6 May 2017 03:12:26 +0000 Subject: [PATCH] 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 --- lib/unicode_normalize.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/unicode_normalize.rb 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.