summaryrefslogtreecommitdiff
path: root/lib/torture/torture.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-07-19 18:58:22 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-07-19 18:58:22 +0200
commit54670bb400f2f8c05d8331dbf17831354600e186 (patch)
treec10e306e90e35761e26a2c8d9ad9077e18548785 /lib/torture/torture.h
parent478446f96dae1f42312b72fda4210f1300023e57 (diff)
downloadsamba-54670bb400f2f8c05d8331dbf17831354600e186.tar.gz
samba-54670bb400f2f8c05d8331dbf17831354600e186.tar.bz2
samba-54670bb400f2f8c05d8331dbf17831354600e186.zip
Remove unused parameter setting.
Diffstat (limited to 'lib/torture/torture.h')
-rw-r--r--lib/torture/torture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/torture/torture.h b/lib/torture/torture.h
index bc6365351e..e28801e269 100644
--- a/lib/torture/torture.h
+++ b/lib/torture/torture.h
@@ -86,9 +86,6 @@ struct torture_context
/** Directory used for temporary test data */
const char *outputdir;
- /** Indentation level */
- int level;
-
/** Event context */
struct tevent_context *ev;