From c0bc5f7b8fd62dfa566dd3adb91f3a1ee8db6aeb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Mar 2000 21:34:58 +0000 Subject: Update. 2000-03-23 Bruno Haible * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop): Remove no-op pointer increment. --- iconv/gconv_simple.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'iconv/gconv_simple.c') diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index 89c0384b8d..96a1efc96b 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -96,9 +96,6 @@ internal_ucs4_loop (const unsigned char **inptrp, const unsigned char *inend, else result = __GCONV_INCOMPLETE_INPUT; - if (converted != NULL) - converted += n_convert; - return result; } @@ -151,9 +148,6 @@ internal_ucs4le_loop (const unsigned char **inptrp, const unsigned char *inend, else result = __GCONV_INCOMPLETE_INPUT; - if (converted != NULL) - converted += n_convert; - return result; } -- cgit 1.4.1