From: Quanah Gibson-Mount Date: Mon, 11 Feb 2008 23:55:26 +0000 (+0000) Subject: remove unused variable X-Git-Tag: OPENLDAP_REL_ENG_2_4_8~65 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=82b54d3645a0a8abab275f69a2e3fe2437bc968e;p=openldap remove unused variable --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index d2d681a870..6080542366 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -402,7 +402,7 @@ static int process_ldif_rec( char *rbuf, int linenum ) { char *line, *dn, *newrdn, *newsup; - int rc, modop, replicaport; + int rc, modop; int expect_modop, expect_sep; int deleteoldrdn; int new_entry, delete_entry, got_all;