From 4e730838a00d7dc40931d1c6efb2008bac702e93 Mon Sep 17 00:00:00 2001 From: normal Date: Tue, 5 Jun 2018 22:01:43 +0000 Subject: encoding.c: remove rb_gc_mark_encodings rb_gc_mark_encodings has been empty for a decade (since r17875 / 28b216ac45262819f8bc7be0b1417a707974f94b). Just remove it and its only caller in gc.c git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'encoding.c') diff --git a/encoding.c b/encoding.c index 9d4fcf77e4..9744c1d692 100644 --- a/encoding.c +++ b/encoding.c @@ -260,11 +260,6 @@ rb_find_encoding(VALUE enc) return rb_enc_from_index(idx); } -void -rb_gc_mark_encodings(void) -{ -} - static int enc_table_expand(int newsize) { -- cgit v1.2.3