diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-04 19:45:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:50 -0500 |
commit | 78aa439426f7a01f4329277a28c09ebbcdc9aa9e (patch) | |
tree | f281200dc3aea4f8c73c26dd88e1098ea7a3e6d3 | |
parent | a882f619c9360e8c8457f71a1466c10edb6906d0 (diff) | |
download | samba-78aa439426f7a01f4329277a28c09ebbcdc9aa9e.tar.gz samba-78aa439426f7a01f4329277a28c09ebbcdc9aa9e.tar.bz2 samba-78aa439426f7a01f4329277a28c09ebbcdc9aa9e.zip |
r19556: Remove unused option.
(This used to be commit 827af8654940243c21eb12e9f1934a13272a6b00)
-rw-r--r-- | source4/torture/smbtorture.c | 1 | ||||
-rw-r--r-- | source4/torture/torture.c | 1 | ||||
-rw-r--r-- | source4/torture/torture.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 5b79874986..fbbaa387aa 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -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}, diff --git a/source4/torture/torture.c b/source4/torture/torture.c index fbf8f8ca1d..45d7c0e5af 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -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; diff --git a/source4/torture/torture.h b/source4/torture/torture.h index 7fc1b1ce08..6c4a345660 100644 --- a/source4/torture/torture.h +++ b/source4/torture/torture.h @@ -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; |