aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/charset.c b/src/charset.c
index 1902fe8be8c..f9a10205a20 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -691,11 +691,6 @@ find_charset_in_str (str, len, charsets, table, cmpcharp)
691 } 691 }
692 str += cmpcharp->len; 692 str += cmpcharp->len;
693 len -= cmpcharp->len; 693 len -= cmpcharp->len;
694 if (!charsets[LEADING_CODE_COMPOSITION])
695 {
696 charsets[LEADING_CODE_COMPOSITION] = 1;
697 num += 1;
698 }
699 continue; 694 continue;
700 } 695 }
701 696