move more idmap stuff into winbindd_idmap.c
[metze/old/v3-2-winbind-ndr.git] / source / winbindd / winbindd_sid.c
index 48e84d35e5d47008a3defc8636e80370c5b9d1f3..b607db2b191e9a0115e6f7a396153da7a614e93e 100644 (file)
@@ -152,18 +152,6 @@ void winbindd_lookuprids(struct winbindd_cli_state *state)
        sendto_domain(state, domain);
 }
 
-static struct winbindd_child static_idmap_child;
-
-void init_idmap_child(void)
-{
-       setup_domain_child(NULL, &static_idmap_child, "idmap");
-}
-
-struct winbindd_child *idmap_child(void)
-{
-       return &static_idmap_child;
-}
-
 /* Convert a sid to a uid.  We assume we only have one rid attached to the
    sid. */