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

index 529266d3f16d5a37a8065b6df8379529b698d771..e91cea2595bf44cfe349d35eaa48c76b7c6bdea0 100644 (file)
@@ -930,11 +930,6 @@ static struct idmap_alloc_methods db_alloc_methods = {
        .close_fn = idmap_tdb_alloc_close
 };
 
-static NTSTATUS idmap_alloc_tdb_init(void)
-{
-       return smb_register_idmap_alloc(SMB_IDMAP_INTERFACE_VERSION, "tdb", &db_alloc_methods);
-}
-
 NTSTATUS idmap_tdb_init(void)
 {
        DEBUG(10, ("calling idmap_tdb_init\n"));