summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-08-17 17:15:27 +0200
committerVolker Lendecke <vl@samba.org>2015-08-21 11:43:04 +0200
commit78d7512db9e0098c5ae16111b1338eaa80673d5e (patch)
treee266d63275b4f7abc7fd97898f38b864a73f9e88 /source4/torture/local
parent59e955bfd136cbe798d155a4930f6ce4bfe00020 (diff)
downloadsamba-78d7512db9e0098c5ae16111b1338eaa80673d5e.tar.gz
lib: Remove unused parmlist code
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/local.c1
-rw-r--r--source4/torture/local/wscript_build2
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index 5d3b4e1aa24..91e67f8117d 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -35,7 +35,6 @@
torture_local_messaging,
torture_local_irpc,
torture_local_util_strlist,
- torture_local_util_parmlist,
torture_local_util_file,
torture_local_util_str,
torture_local_util_time,
diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build
index 570222ec344..eb45df804ee 100644
--- a/source4/torture/local/wscript_build
+++ b/source4/torture/local/wscript_build
@@ -5,7 +5,7 @@ TORTURE_LOCAL_SOURCE = '''../../../lib/util/charset/tests/iconv.c
../../lib/messaging/tests/irpc.c ../../librpc/tests/binding_string.c
../../../lib/util/tests/idtree.c ../../../lib/util/tests/dlinklist.c
../../lib/socket/testsuite.c ../../libcli/resolve/testsuite.c
- ../../../lib/util/tests/strlist.c ../../../lib/util/tests/parmlist.c
+ ../../../lib/util/tests/strlist.c
../../../lib/util/tests/str.c ../../../lib/util/tests/time.c
../../../lib/util/tests/asn1_tests.c ../../../lib/util/tests/data_blob.c
../../../lib/util/tests/file.c ../../../lib/util/tests/genrand.c