summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-25 11:41:52 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-25 04:37:06 +0100
commitf08ec2296edf4cc8f6f5b7a6f3f69975a8724933 (patch)
treedb60fefa2a75919a645ee68e2e5526c2bc9e03b3 /source3/lib/charcnv.c
parentb5616adc8adbcee61bb670378f9c066225d9dcf3 (diff)
downloadsamba-f08ec2296edf4cc8f6f5b7a6f3f69975a8724933.tar.gz
samba-f08ec2296edf4cc8f6f5b7a6f3f69975a8724933.tar.bz2
samba-f08ec2296edf4cc8f6f5b7a6f3f69975a8724933.zip
s3-charcnv: removed unused function
lp_failed_convert_char() is not needed any more
Diffstat (limited to 'source3/lib/charcnv.c')
-rw-r--r--source3/lib/charcnv.c7
1 files changed, 0 insertions, 7 deletions
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
*