From: Hallvard Furuseth Date: Thu, 16 Aug 2007 22:46:38 +0000 (+0000) Subject: Remove lint X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~197 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6e63bac9ebf7f6480e422f9f34c58cb36063fe7b;p=openldap Remove lint --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index db600c1298..dac9efcd82 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -92,7 +92,6 @@ static struct berval BV_MODOPADD = BER_BVC("add"); static struct berval BV_MODOPREPLACE = BER_BVC("replace"); static struct berval BV_MODOPDELETE = BER_BVC("delete"); static struct berval BV_MODOPINCREMENT = BER_BVC("increment"); -static struct berval BV_MODSEP = BER_BVC("-"); static struct berval BV_NEWRDN = BER_BVC("newrdn"); static struct berval BV_DELETEOLDRDN = BER_BVC("deleteoldrdn"); static struct berval BV_NEWSUP = BER_BVC("newsuperior");