From 6e63bac9ebf7f6480e422f9f34c58cb36063fe7b Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Thu, 16 Aug 2007 22:46:38 +0000 Subject: [PATCH] Remove lint --- clients/tools/ldapmodify.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.39.5