aboutsummaryrefslogtreecommitdiffstats
path: root/enc/utf_32le.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf_32le.c')
-rw-r--r--enc/utf_32le.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enc/utf_32le.c b/enc/utf_32le.c
index 27d8239d68..c48089d6ed 100644
--- a/enc/utf_32le.c
+++ b/enc/utf_32le.c
@@ -189,8 +189,6 @@ OnigEncodingDefine(utf_32le, UTF_32LE) = {
onigenc_always_false_is_allowed_reverse_match,
0,
ONIGENC_FLAG_UNICODE,
-#ifdef ONIG_CASE_MAPPING
onigenc_unicode_case_map,
-#endif /* ONIG_CASE_MAPPING */
};
ENC_ALIAS("UCS-4LE", "UTF-32LE")