diff options
author | Michael Adam <obnox@samba.org> | 2010-06-17 08:17:06 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:51 +0200 |
commit | 9010194972310e0749d426b3810785e4f5fce51d (patch) | |
tree | 6ead645e73150fe75a27f7d195e75765ed6d999f | |
parent | 2e4a0382f5f9df4e50c7a7e9759bf02f54c21925 (diff) | |
download | samba-9010194972310e0749d426b3810785e4f5fce51d.tar.gz samba-9010194972310e0749d426b3810785e4f5fce51d.tar.xz samba-9010194972310e0749d426b3810785e4f5fce51d.zip |
s3:idmap_tdb: remove unused idmap_tdb_alloc_close().
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 36c6de31e2c..bc2c464e362 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -474,16 +474,6 @@ static NTSTATUS idmap_tdb_get_new_id(struct idmap_domain *dom, return ret; } -/********************************** - Close the alloc tdb -**********************************/ - -static NTSTATUS idmap_tdb_alloc_close(void) -{ - TALLOC_FREE(idmap_alloc_db); - return NT_STATUS_OK; -} - /********************************************************************** IDMAP MAPPING TDB BACKEND **********************************************************************/ |