aboutsummaryrefslogtreecommitdiff
path: root/iconvdata/iso-2022-kr.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/iso-2022-kr.c')
-rw-r--r--iconvdata/iso-2022-kr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/iconvdata/iso-2022-kr.c b/iconvdata/iso-2022-kr.c
index 2961490a78..8ed5d210ff 100644
--- a/iconvdata/iso-2022-kr.c
+++ b/iconvdata/iso-2022-kr.c
@@ -166,11 +166,6 @@ enum
\
if (set == ASCII_set) \
{ \
- if (ch >= 0x80) \
- { \
- result = __GCONV_ILLEGAL_INPUT; \
- break; \
- } \
/* Almost done, just advance the input pointer. */ \
++inptr; \
} \