diff options
author | Michael Adam <obnox@samba.org> | 2010-06-17 08:17:39 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:51 +0200 |
commit | 28535349bd321fbaad8c8cdcdcbf5a1a95b18c96 (patch) | |
tree | 798c87b20055544fc55abc1ebc5bcfb56c220464 /source3/winbindd | |
parent | 9010194972310e0749d426b3810785e4f5fce51d (diff) | |
download | samba-28535349bd321fbaad8c8cdcdcbf5a1a95b18c96.tar.gz samba-28535349bd321fbaad8c8cdcdcbf5a1a95b18c96.tar.bz2 samba-28535349bd321fbaad8c8cdcdcbf5a1a95b18c96.zip |
s3:idmap_tdb: remove unused idmap_alloc_db
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index bc2c464e36..45b05a2cd5 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -340,8 +340,6 @@ done: IDMAP ALLOC TDB BACKEND **********************************************************************/ -static struct db_context *idmap_alloc_db; - /********************************** Allocate a new id. **********************************/ |