diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-16 01:36:17 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-16 01:36:17 +0100 |
commit | 0e553a06ced50bcb947c13a711f59db9e7203eea (patch) | |
tree | d0478f51511efc260e3afd887a973d67298b95fa /lib/torture | |
parent | 12f64285ee09954cac447cf9c9fa241fd4b1e59e (diff) | |
download | samba-0e553a06ced50bcb947c13a711f59db9e7203eea.tar.gz samba-0e553a06ced50bcb947c13a711f59db9e7203eea.tar.bz2 samba-0e553a06ced50bcb947c13a711f59db9e7203eea.zip |
Remove unused init function in subunit code.
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/subunit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/torture/subunit.c b/lib/torture/subunit.c index d5ee344596..832f11fafc 100644 --- a/lib/torture/subunit.c +++ b/lib/torture/subunit.c @@ -20,11 +20,6 @@ #include "includes.h" #include "lib/torture/torture.h" -static void subunit_init(struct torture_results *results) -{ - /* FIXME: register segv and bus handler */ -} - static void subunit_suite_start(struct torture_context *ctx, struct torture_suite *suite) { @@ -87,7 +82,6 @@ static void subunit_warning(struct torture_context *test, } const struct torture_ui_ops torture_subunit_ui_ops = { - .init = subunit_init, .comment = subunit_comment, .warning = subunit_warning, .test_start = subunit_test_start, |