summaryrefslogtreecommitdiff
path: root/source4/torture/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/ui.c')
-rw-r--r--source4/torture/ui.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/torture/ui.c b/source4/torture/ui.c
index beb0e8fa9c..3769643a0c 100644
--- a/source4/torture/ui.c
+++ b/source4/torture/ui.c
@@ -374,12 +374,6 @@ struct torture_tcase *torture_suite_add_simple_test(
return tcase;
}
-BOOL torture_teardown_free(struct torture_context *torture, void *data)
-{
- return talloc_free(data);
-}
-
-
bool torture_suite_add_suite(struct torture_suite *suite,
struct torture_suite *child)
{