From 1cd20441a76bde78196124b925a67183614103d8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 11 May 2013 10:51:22 +0200 Subject: torture: Remove some unused code Signed-off-by: Volker Lendecke Reviewed-by: Christian Ambach --- source3/torture/test_idmap_tdb_common.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3') diff --git a/source3/torture/test_idmap_tdb_common.c b/source3/torture/test_idmap_tdb_common.c index 5681eefe70..6f5f3c55f8 100644 --- a/source3/torture/test_idmap_tdb_common.c +++ b/source3/torture/test_idmap_tdb_common.c @@ -62,11 +62,6 @@ bool idmap_is_online(void) return true; } -NTSTATUS idmap_backends_sid_to_unixid(const char *domain, struct id_map *id) -{ - return NT_STATUS_OK; -} - NTSTATUS idmap_backends_unixid_to_sid(const char *domname, struct id_map *id) { return NT_STATUS_OK; -- cgit