summaryrefslogtreecommitdiff
path: root/enc/utf_16le.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf_16le.c')
-rw-r--r--enc/utf_16le.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enc/utf_16le.c b/enc/utf_16le.c
index 78186e6279..67ec2ad178 100644
--- a/enc/utf_16le.c
+++ b/enc/utf_16le.c
@@ -244,7 +244,5 @@ OnigEncodingDefine(utf_16le, UTF_16LE) = {
onigenc_always_false_is_allowed_reverse_match,
0,
ONIGENC_FLAG_UNICODE,
-#ifdef ONIG_CASE_MAPPING
onigenc_unicode_case_map,
-#endif /* ONIG_CASE_MAPPING */
};