summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-29 17:27:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:43 -0500
commit971b640e0cb8bac510771d126454a8e4d2eff507 (patch)
tree3c1de04971bc3ae38305f5b406c9a9d65d81f99e /source3/lib/charcnv.c
parent8689b1ce99d7941c6548e75e8e8b8a2751de4c2c (diff)
downloadsamba-971b640e0cb8bac510771d126454a8e4d2eff507.tar.gz
samba-971b640e0cb8bac510771d126454a8e4d2eff507.tar.bz2
samba-971b640e0cb8bac510771d126454a8e4d2eff507.zip
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)
Diffstat (limited to 'source3/lib/charcnv.c')
-rw-r--r--source3/lib/charcnv.c1
1 files changed, 0 insertions, 1 deletions
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;
}