diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 05:54:27 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 05:54:27 +0000 |
| commit | c5db6d0499e9fe43fc570409e01b5fd12bdbf077 (patch) | |
| tree | 935f0627293502fc69d772a642d5c3c38191f094 /transcode.c | |
| parent | 3217285e9f34614814ab9460b3b2158337d726e1 (diff) | |
merges r21044 from trunk into ruby_1_9_1.
* transcode.c (sym_ignore): remove useless symbol.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode.c')
| -rw-r--r-- | transcode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/transcode.c b/transcode.c index 7b8c6dbd5..e5538a087 100644 --- a/transcode.c +++ b/transcode.c @@ -20,7 +20,7 @@ VALUE rb_eConverterNotFoundError; VALUE rb_cEncodingConverter; -static VALUE sym_invalid, sym_undef, sym_ignore, sym_replace; +static VALUE sym_invalid, sym_undef, sym_replace; static VALUE sym_xml, sym_text, sym_attr; static VALUE sym_universal_newline; static VALUE sym_crlf_newline; @@ -4024,7 +4024,6 @@ Init_transcode(void) sym_invalid = ID2SYM(rb_intern("invalid")); sym_undef = ID2SYM(rb_intern("undef")); - sym_ignore = ID2SYM(rb_intern("ignore")); sym_replace = ID2SYM(rb_intern("replace")); sym_xml = ID2SYM(rb_intern("xml")); sym_text = ID2SYM(rb_intern("text")); |
