s3:winbind:idmap_tdb: remove unused idmap_alloc_methods
authorMichael Adam <obnox@samba.org>
Mon, 31 May 2010 09:34:46 +0000 (11:34 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 31 May 2010 15:34:06 +0000 (17:34 +0200)
source3/winbindd/idmap_tdb.c

index e91cea2595bf44cfe349d35eaa48c76b7c6bdea0..07a77519e5dd8148b5233281b035db36b166be89 100644 (file)
@@ -923,13 +923,6 @@ static struct idmap_methods db_methods = {
        .close_fn = idmap_tdb_close
 };
 
-static struct idmap_alloc_methods db_alloc_methods = {
-
-       .init = idmap_tdb_alloc_init,
-       .allocate_id = idmap_tdb_allocate_id,
-       .close_fn = idmap_tdb_alloc_close
-};
-
 NTSTATUS idmap_tdb_init(void)
 {
        DEBUG(10, ("calling idmap_tdb_init\n"));