summaryrefslogtreecommitdiff
path: root/source4/torture/locktest.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-02-15 16:53:10 +1100
committerAndrew Tridgell <tridge@samba.org>2008-02-15 16:53:10 +1100
commit339dcbb64169abe9c1b810140eaef25a17a9a690 (patch)
treec12f27c342729be6b049f76b999934b11901bc9a /source4/torture/locktest.c
parent4c6ecb43949fd491939fd1392e22ab225c9e5342 (diff)
downloadsamba-339dcbb64169abe9c1b810140eaef25a17a9a690.tar.gz
remove redundent code
(This used to be commit 7f2421f17cae313d7dbf5c35c73b5410cb1d5db0)
Diffstat (limited to 'source4/torture/locktest.c')
-rw-r--r--source4/torture/locktest.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c
index 039484a8cbf..618568acf9f 100644
--- a/source4/torture/locktest.c
+++ b/source4/torture/locktest.c
@@ -633,9 +633,6 @@ static void usage(poptContext pc)
gensec_init(lp_ctx);
- argc -= optind;
- argv += optind;
-
DEBUG(0,("seed=%u base=%d range=%d min_length=%d\n",
seed, lock_base, lock_range, min_length));
srandom(seed);