diff options
author | Volker Lendecke <vl@samba.org> | 2013-05-11 10:51:22 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2013-05-14 14:34:20 +0200 |
commit | 1cd20441a76bde78196124b925a67183614103d8 (patch) | |
tree | e93f58d1cf968eedb9a930920b9b777367c010aa | |
parent | 11f467d0bd8e2264f311d82f3299443b99526bb3 (diff) | |
download | samba-1cd20441a76bde78196124b925a67183614103d8.tar.gz samba-1cd20441a76bde78196124b925a67183614103d8.tar.bz2 samba-1cd20441a76bde78196124b925a67183614103d8.zip |
torture: Remove some unused code
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christian Ambach <ambi@samba.org>
-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; |