X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsiconv.c;h=be6eae5ed8beac3799bd18eb809982784ef9359b;hp=596fe25daaa81d0d2086431453c9efc4fb705afd;hb=03b00294a8f57bfd02c81e7ac4ee2bb280177f98;hpb=e6623bc5f605bca46774fdeed6e87067df9c5a7f diff --git a/src/siconv.c b/src/siconv.c index 596fe25..be6eae5 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -32,12 +32,6 @@ struct yaz_iconv_struct { int my_errno; int init_flag; -#if 0 - size_t (*init_handle)(yaz_iconv_t cd, unsigned char *inbuf, - size_t inbytesleft, size_t *no_read); - unsigned long (*read_handle)(yaz_iconv_t cd, unsigned char *inbuf, - size_t inbytesleft, size_t *no_read); -#endif size_t no_read_x; unsigned long unget_x; #if HAVE_ICONV_H