From c408126b47b0ce496a8b2293a8481d439b4234cf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 23 Nov 2012 17:53:39 +0100 Subject: s3:winbindd: remove unused idmap_sid_to_gid() Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/winbindd/idmap_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd/idmap_proto.h') diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h index c6f76bd075..6b3d8cfc9f 100644 --- a/source3/winbindd/idmap_proto.h +++ b/source3/winbindd/idmap_proto.h @@ -55,7 +55,6 @@ NTSTATUS idmap_tdb_init(void); NTSTATUS idmap_uid_to_sid(const char *domname, struct dom_sid *sid, uid_t uid); NTSTATUS idmap_gid_to_sid(const char *domname, struct dom_sid *sid, gid_t gid); -NTSTATUS idmap_sid_to_gid(const char *domname, struct dom_sid *sid, gid_t *gid); bool idmap_unix_id_is_in_range(uint32_t id, struct idmap_domain *dom); #endif /* _WINBINDD_IDMAP_PROTO_H_ */ -- cgit