summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--localeinit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/localeinit.c b/localeinit.c
index ed0cc6e433..cea2e309f5 100644
--- a/localeinit.c
+++ b/localeinit.c
@@ -55,9 +55,6 @@ locale_charmap(VALUE (*conv)(const char *))
#elif defined HAVE_LANGINFO_H
codeset = nl_langinfo(CODESET);
ASSUME(codeset);
-# ifdef __APPLE__
- if (!*codeset) codeset = "UTF-8";
-# endif
#else
# error locale_charmap() is not implemented
#endif