From: Andrew Tridgell Date: Fri, 25 Mar 2011 00:41:52 +0000 (+1100) Subject: s3-charcnv: removed unused function X-Git-Tag: ldb-1.1.0~532 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08ec2296edf4cc8f6f5b7a6f3f69975a8724933;p=thirdparty%2Fsamba.git s3-charcnv: removed unused function lp_failed_convert_char() is not needed any more --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 737dbec9313..a24b7d00192 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -409,7 +409,6 @@ int bitmap_find(struct bitmap *bm, unsigned ofs); /* The following definitions come from lib/charcnv.c */ -char lp_failed_convert_char(void); void lazy_initialize_conv(void); void gfree_charcnv(void); void init_iconv(void); diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index b334cfae810..bcf0941b4f0 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -22,13 +22,6 @@ */ #include "includes.h" -/* We can parameterize this if someone complains.... JRA. */ - -char lp_failed_convert_char(void) -{ - return '_'; -} - /** * @file *