From: Ulrich Drepper Date: Tue, 24 Jul 2001 07:54:33 +0000 (+0000) Subject: Undo last change. Remove debugging output. X-Git-Tag: cvs/glibc-2_2_4~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2a630c3c1c68493892b778d1e553631defc2786;p=thirdparty%2Fglibc.git Undo last change. Remove debugging output. --- diff --git a/iconv/gconv_cache.c b/iconv/gconv_cache.c index ab3affb26c3..20a30b6fdfc 100644 --- a/iconv/gconv_cache.c +++ b/iconv/gconv_cache.c @@ -20,7 +20,6 @@ #include #include -#include #include #include #include @@ -241,8 +240,7 @@ __gconv_lookup_cache (const char *toset, const char *fromset, if (find_module_idx (toset, &toidx) != 0 || (header->module_offset + (toidx + 1) * sizeof (struct module_entry) > cache_size)) - {puts("toset not found"); - return __GCONV_NOCONV;} + return __GCONV_NOCONV; to_module = &modtab[toidx]; /* Avoid copy-only transformations if the user requests. */