From 78aa439426f7a01f4329277a28c09ebbcdc9aa9e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 4 Nov 2006 19:45:50 +0000 Subject: r19556: Remove unused option. (This used to be commit 827af8654940243c21eb12e9f1934a13272a6b00) --- source4/torture/smbtorture.c | 1 - source4/torture/torture.c | 1 - source4/torture/torture.h | 1 - 3 files changed, 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; -- cgit