diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-02-15 16:53:10 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-02-15 16:53:10 +1100 |
commit | 339dcbb64169abe9c1b810140eaef25a17a9a690 (patch) | |
tree | c12f27c342729be6b049f76b999934b11901bc9a | |
parent | 4c6ecb43949fd491939fd1392e22ab225c9e5342 (diff) | |
download | samba-339dcbb64169abe9c1b810140eaef25a17a9a690.tar.gz samba-339dcbb64169abe9c1b810140eaef25a17a9a690.tar.bz2 samba-339dcbb64169abe9c1b810140eaef25a17a9a690.zip |
remove redundent code
(This used to be commit 7f2421f17cae313d7dbf5c35c73b5410cb1d5db0)
-rw-r--r-- | source4/torture/locktest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c index 039484a8cb..618568acf9 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); |