mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 01:41:49 -04:00
CLEANUP: auth: remove undeclared auth_resolve_groups() from auth.h
The function auth_resolve_groups() is declared in auth.h but has no definition anywhere in the codebase anymore, let's just drop it.
This commit is contained in:
parent
e4e614022b
commit
adb9a5f82f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue