From 971b640e0cb8bac510771d126454a8e4d2eff507 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 29 Jun 2007 17:27:59 +0000 Subject: r23660: Anybody know what check_dos_char() was used for? It wasn't called at all, so it's gone. With it 8k bss went away. (This used to be commit 7e9a4c39a5ce620f8eac74d0ae4dd80b96c81aca) --- source3/lib/charcnv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/lib/charcnv.c') diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index 35343b2f0a..7be073fafc 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -179,7 +179,6 @@ void init_iconv(void) * codepage changes? */ /* XXX: Is the did_reload test too strict? */ conv_silent = True; - init_doschar_table(); init_valid_table(); conv_silent = False; } -- cgit