summaryrefslogtreecommitdiff
path: root/lib/util/charset/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-09 10:49:49 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-10 16:45:11 +1100
commit983d205486d4f2c518fbe02ef92b8884f5c9f2dc (patch)
tree2bfd879023529795d4e1e312a1943116aeb1bf93 /lib/util/charset/wscript_build
parent88298f97aea570c4a6c976c8fc1a6c2f61a0f2fb (diff)
downloadsamba-983d205486d4f2c518fbe02ef92b8884f5c9f2dc.tar.gz
samba-983d205486d4f2c518fbe02ef92b8884f5c9f2dc.tar.bz2
samba-983d205486d4f2c518fbe02ef92b8884f5c9f2dc.zip
charset: Remove unused iconv_talloc()
Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
Diffstat (limited to 'lib/util/charset/wscript_build')
-rw-r--r--lib/util/charset/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build
index 621fed6c0e..a3728f6a4b 100644
--- a/lib/util/charset/wscript_build
+++ b/lib/util/charset/wscript_build
@@ -6,6 +6,6 @@ bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
bld.SAMBA_SUBSYSTEM('charset',
public_headers='charset.h',
- source='codepoints.c convert_string.c util_str.c util_unistr_w.c charcnv.c pull_push.c util_unistr.c weird.c charset_macosxfs.c',
+ source='codepoints.c convert_string.c util_str.c util_unistr_w.c pull_push.c util_unistr.c weird.c charset_macosxfs.c',
deps='DYNCONFIG ICONV_WRAPPER',
public_deps='talloc')