1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* encoding.c (enc_list): seems a commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-10-16 20:26:29 +00:00
parent 3cd040b6ef
commit de46b903a9

View file

@ -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) {