summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-24 10:05:19 +1100
committerStefan Metzmacher <metze@samba.org>2011-10-25 17:58:33 +0200
commit50e7a8767fabd24d7ca5490dc326ea24459ec282 (patch)
treeb45bbb33a3d719fdf7e3ef9e813073a99cd28610 /source3/wscript_build
parentef87630594d8fcd3305ad0cde8b17f330c7adfff (diff)
downloadsamba-50e7a8767fabd24d7ca5490dc326ea24459ec282.tar.gz
samba-50e7a8767fabd24d7ca5490dc326ea24459ec282.tar.bz2
samba-50e7a8767fabd24d7ca5490dc326ea24459ec282.zip
torture: Remove unused smbiconv
smbiconv is not used in any test script, and has only had changes since being introduced by Jelmer to keep it building. It is also not installed on the system. I have also checked with Jelmer, who approved the removal. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index f2c4148458..7430d200f9 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -584,8 +584,6 @@ PDBTEST_SRC = '''torture/pdbtest.c'''
VFSTEST_SRC = '''torture/cmd_vfs.c torture/vfstest.c'''
-SMBICONV_SRC = '''torture/smbiconv.c'''
-
LOG2PCAP_SRC = '''utils/log2pcaphex.c'''
LOCKTEST2_SRC = '''torture/locktest2.c'''
@@ -1314,11 +1312,6 @@ bld.SAMBA3_BINARY('vfstest',
deps='smbd_base SMBREADLINE',
vars=locals())
-bld.SAMBA3_BINARY('smbiconv',
- source=SMBICONV_SRC,
- deps='''talloc tdb_compat tevent cap param smbd_shim popt_samba3 LIBSMB_ERR''',
- vars=locals())
-
bld.SAMBA3_BINARY('log2pcap',
source=LOG2PCAP_SRC,
deps='''talloc popt''',