lib: Remove smb_iconv_handle_reinit_lp()
authorJeremy Allison <jra@samba.org>
Tue, 11 Apr 2017 22:31:17 +0000 (15:31 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 18 Apr 2017 09:47:17 +0000 (11:47 +0200)
commit3afbdb7a0e5c5e4bacc40f80ad0e8981b0af4b88
tree4bfcf8f3eda393f97bb3ec997874a5c9d8616203
parent05d83ccf7a6fecf963fcb980acd50cebfc0c3ea9
lib: Remove smb_iconv_handle_reinit_lp()

It's merely a wrapper for smb_iconv_handle_reinit(),
only used in one place and smb_iconv_handle_reinit()
is already called from lib/param/loadparm.c.

Removing this will make it easier to make global_iconv_handle
private state to lib/util/charset/codepoints.c later.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/param/loadparm.c
lib/param/param.h
lib/param/util.c