remove redundent code
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 Feb 2008 05:53:10 +0000 (16:53 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 Feb 2008 05:53:10 +0000 (16:53 +1100)
(This used to be commit 7f2421f17cae313d7dbf5c35c73b5410cb1d5db0)

source4/torture/locktest.c

index 039484a8cbfd3d9fa313282736c9b3468ab3e8ba..618568acf9ff138c618dc774109381b950571bac 100644 (file)
@@ -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);