diff options
-rw-r--r-- | source3/torture/test_idmap_tdb_common.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; |