From ba7b4d294b01870ce3497971e9d07ee261cdc540 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 12 Sep 2014 09:17:32 +0200 Subject: Complete the removal of __gconv_translit_find Prior to the 2.20 release, the function was just changed to fail unconditionally, in commit a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8. This commit removes the function completely, including gconv bits which depend on it. This changes the gconv ABI, which is not a public interface. --- wcsmbs/mbsrtowcs_l.c | 1 - 1 file changed, 1 deletion(-) (limited to 'wcsmbs/mbsrtowcs_l.c') diff --git a/wcsmbs/mbsrtowcs_l.c b/wcsmbs/mbsrtowcs_l.c index 08ff3c9ced..5e10a7efd4 100644 --- a/wcsmbs/mbsrtowcs_l.c +++ b/wcsmbs/mbsrtowcs_l.c @@ -56,7 +56,6 @@ __mbsrtowcs_l (dst, src, len, ps, l) data.__internal_use = 1; data.__flags = __GCONV_IS_LAST; data.__statep = ps; - data.__trans = NULL; /* Get the conversion functions. */ fcts = get_gconv_fcts (l->__locales[LC_CTYPE]); -- cgit 1.4.1