r19556: Remove unused option.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 4 Nov 2006 19:45:50 +0000 (19:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:24:50 +0000 (14:24 -0500)
(This used to be commit 827af8654940243c21eb12e9f1934a13272a6b00)

source4/torture/smbtorture.c
source4/torture/torture.c
source4/torture/torture.h

index 5b79874986de3904d1485719807fe94ec2025c63..fbbaa387aab6ca4c4881ccff136609e89039a653 100644 (file)
@@ -528,7 +528,6 @@ int main(int argc,char *argv[])
                {"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},
index fbf8f8ca1d940eb6e7854024449ba879194eb709..45d7c0e5affdf47f46d0f9c3af75e1dab13ab945 100644 (file)
@@ -30,7 +30,6 @@ _PUBLIC_ int torture_entries=1000;
 _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;
 
index 7fc1b1ce0864875d8804c957c47f091ee73c5ef4..6c4a345660bc3f5bce800e0963fdb671c3d9768d 100644 (file)
@@ -28,7 +28,6 @@ struct smbcli_state;
 
 extern struct torture_suite *torture_root;
 
-extern BOOL torture_showall;
 extern int torture_entries;
 extern int torture_seed;
 extern int torture_numops;