diff options
-rw-r--r-- | source3/include/proto.h | 1 | ||||
-rw-r--r-- | source3/lib/charcnv.c | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 737dbec931..a24b7d0019 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 b334cfae81..bcf0941b4f 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 * |