diff options
-rw-r--r-- | encoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -649,7 +649,6 @@ load_encoding(const char *name) else if (ISUPPER(*s)) *s = (char)TOLOWER(*s); ++s; } - FL_UNSET(enclib, FL_TAINT); enclib = rb_fstring(enclib); ruby_verbose = Qfalse; ruby_debug = Qfalse; |