]> git.kaiwu.me - haproxy.git/commitdiff
CLEANUP: auth: remove undeclared auth_resolve_groups() from auth.h
authorWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 13:05:41 +0000 (15:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 14:04:19 +0000 (16:04 +0200)
The function auth_resolve_groups() is declared in auth.h but has no
definition anywhere in the codebase anymore, let's just drop it.

include/haproxy/auth.h

index 2fe2b351567ebc6857084d24013689c45e273066..3aaeeca4df3c877f21c0198c3b46be921c241ab0 100644 (file)
@@ -22,7 +22,6 @@
 extern struct userlist *userlist;
 
 struct userlist *auth_find_userlist(char *name);
-unsigned int auth_resolve_groups(struct userlist *l, char *groups);
 int userlist_postinit();
 void userlist_free(struct userlist *ul);
 struct pattern *pat_match_auth(struct sample *smp, struct pattern_expr *expr, int fill);