From d1d1ea562c786bbf81489c0b792184a59176fd60 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Oct 2007 20:26:29 +0000 Subject: * encoding.c (enc_list): seems a commit miss. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 1 - 1 file changed, 1 deletion(-) diff --git a/encoding.c b/encoding.c index ff62a3f08..a327d42d1 100644 --- a/encoding.c +++ b/encoding.c @@ -478,7 +478,6 @@ enc_list(VALUE klass) { VALUE ary = rb_ary_new2(enc_table_size); int i; - rb_cEncoding = rb_define_class("Encoding", rb_cObject); for (i = 0; i < enc_table_size; ++i) { rb_encoding *enc = enc_table[i].enc; if (enc) { -- cgit