From: Hallvard Furuseth Date: Mon, 8 Aug 2005 22:35:38 +0000 (+0000) Subject: Remove unused variables in config_updatedn() X-Git-Tag: OPENLDAP_AC_BP~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f927b77456adfc64c04a2ad1bd8e3fc704253f5f;p=openldap Remove unused variables in config_updatedn() --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 291004fb62..d050122be2 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -2299,8 +2299,6 @@ config_replica(ConfigArgs *c) { static int config_updatedn(ConfigArgs *c) { - struct berval dn; - int rc; if (c->op == SLAP_CONFIG_EMIT) { if (!BER_BVISEMPTY(&c->be->be_update_ndn)) { value_add_one(&c->rvalue_vals, &c->be->be_update_ndn);