From: Ben Collins Date: Fri, 15 Sep 2000 02:49:27 +0000 (+0000) Subject: remove unused var 'actions' X-Git-Tag: OPENLDAP_REL_ENG_2_0_4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c206969bfe471f44c433db364bec14c5d8ea431d;p=thirdparty%2Fopenldap.git remove unused var 'actions' --- diff --git a/clients/ud/group.c b/clients/ud/group.c index 94e77cf519..a226f25145 100644 --- a/clients/ud/group.c +++ b/clients/ud/group.c @@ -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) {