Author: jelmer
Date: 2006-11-04 19:45:50 +0000 (Sat, 04 Nov 2006)
New Revision: 19556

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19556

Log:
Remove unused option.

Modified:
   branches/SAMBA_4_0/source/torture/smbtorture.c
   branches/SAMBA_4_0/source/torture/torture.c
   branches/SAMBA_4_0/source/torture/torture.h


Changeset:
Modified: branches/SAMBA_4_0/source/torture/smbtorture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/smbtorture.c      2006-11-04 19:38:08 UTC 
(rev 19555)
+++ branches/SAMBA_4_0/source/torture/smbtorture.c      2006-11-04 19:45:50 UTC 
(rev 19556)
@@ -528,7 +528,6 @@
                {"seed",          0, POPT_ARG_INT,  &torture_seed,      0,      
"seed",         NULL},
                {"num-ops",       0, POPT_ARG_INT,  &torture_numops,    0,      
"num ops",      NULL},
                {"entries",       0, POPT_ARG_INT,  &torture_entries,   0,      
"entries",      NULL},
-               {"show-all",      0, POPT_ARG_NONE, &torture_showall,   0,      
"show all",     NULL},
                {"loadfile",      0, POPT_ARG_STRING,   NULL,   OPT_LOADFILE,   
"loadfile",     NULL},
                {"unclist",       0, POPT_ARG_STRING,   NULL,   OPT_UNCLIST,    
"unclist",      NULL},
                {"timelimit",   't', POPT_ARG_STRING,   NULL,   OPT_TIMELIMIT,  
"timelimit",    NULL},

Modified: branches/SAMBA_4_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/torture.c 2006-11-04 19:38:08 UTC (rev 
19555)
+++ branches/SAMBA_4_0/source/torture/torture.c 2006-11-04 19:45:50 UTC (rev 
19556)
@@ -30,7 +30,6 @@
 _PUBLIC_ int torture_failures=1;
 _PUBLIC_ int torture_seed=0;
 _PUBLIC_ int torture_numasync=100;
-_PUBLIC_ bool torture_showall = false;
 
 struct torture_suite *torture_root = NULL;
 

Modified: branches/SAMBA_4_0/source/torture/torture.h
===================================================================
--- branches/SAMBA_4_0/source/torture/torture.h 2006-11-04 19:38:08 UTC (rev 
19555)
+++ branches/SAMBA_4_0/source/torture/torture.h 2006-11-04 19:45:50 UTC (rev 
19556)
@@ -28,7 +28,6 @@
 
 extern struct torture_suite *torture_root;
 
-extern BOOL torture_showall;
 extern int torture_entries;
 extern int torture_seed;
 extern int torture_numops;

Reply via email to