torture: Remove some unused code
authorVolker Lendecke <vl@samba.org>
Sat, 11 May 2013 08:51:22 +0000 (10:51 +0200)
committerChristian Ambach <ambi@samba.org>
Tue, 14 May 2013 12:34:20 +0000 (14:34 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christian Ambach <ambi@samba.org>
source3/torture/test_idmap_tdb_common.c

index 5681eefe70b6ce7932fd551a8b03668b3cb9a08a..6f5f3c55f8438d4d0740daf1318abc8d159c16ad 100644 (file)
@@ -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;