mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
remove unused var 'actions'
This commit is contained in:
parent
bca61801a1
commit
0bd5e418be
1 changed files with 0 additions and 1 deletions
|
|
@ -258,7 +258,6 @@ x_group( int action, char *name )
|
|||
char **vp;
|
||||
char *values[2], *group_name;
|
||||
LDAPMod mod, *mods[2];
|
||||
static char *actions[] = { "join", "resign from", NULL };
|
||||
|
||||
#ifdef DEBUG
|
||||
if (debug & D_TRACE) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue