Drop iconv caching code
authorColin Walters <walters@verbum.org>
Sat, 27 Jul 2013 23:21:00 +0000 (00:21 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jul 2013 22:37:47 +0000 (18:37 -0400)
commit331e93c3f1ad95cb4add48213613e8eeee8cb386
treee601c72f370b79c683910023c784e462714c328f
parentabbb22573813405215c11bff9fb6b110880fd711
Drop iconv caching code

This was introduced for Solaris performance theoretically;
we have never been able to use it on Linux/glibc because
the UTF-16 BOM state isn't reset.

We have no data about Solaris performance; were some to
still exist, we could reintroduce the code with an explicit
check for Solaris, not a check for glibc.

https://bugzilla.gnome.org/show_bug.cgi?id=704999
configure.ac
glib/gconvert.c