From 28ad79fac388b03a1a3d9ed1046aab77b01d41c1 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 27 Nov 2014 20:02:32 +0000 Subject: dmyenc.c: separate * dmyenc.c (Init_enc): separate from dmyext.c for statically linked extension excluding encoding libraries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dmyext.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dmyext.c') diff --git a/dmyext.c b/dmyext.c index 34ea7a02f4..4d273f7faf 100644 --- a/dmyext.c +++ b/dmyext.c @@ -2,8 +2,3 @@ void Init_ext(void) { } - -void -Init_enc(void) -{ -} -- cgit v1.2.3