summaryrefslogtreecommitdiffstats
path: root/talloc/testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'talloc/testsuite.c')
-rw-r--r--talloc/testsuite.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/talloc/testsuite.c b/talloc/testsuite.c
index 3f06eee56..3d490ddf4 100644
--- a/talloc/testsuite.c
+++ b/talloc/testsuite.c
@@ -1140,13 +1140,3 @@ bool torture_local_talloc(struct torture_context *tctx)
return ret;
}
-
-#if _SAMBA_BUILD_ < 4
-int main(void)
-{
- bool ret = torture_local_talloc(NULL);
- if (!ret)
- return -1;
- return 0;
-}
-#endif