summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index 457d940dd7..5372076a16 100644
--- a/encoding.c
+++ b/encoding.c
@@ -301,7 +301,6 @@ rb_enc_init(void)
#undef ENC_REGISTER
enc_alias("ASCII", rb_enc_name(ONIG_ENCODING_ASCII));
enc_alias("BINARY", rb_enc_name(ONIG_ENCODING_ASCII));
- enc_alias("US-ASCII", rb_enc_name(ONIG_ENCODING_ASCII)); /* will be defined separately in future. */
enc_alias("SJIS", rb_enc_name(ONIG_ENCODING_SJIS));
}