]> git.sur5r.net Git - openldap/commitdiff
Remove lint
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 16 Aug 2007 22:46:38 +0000 (22:46 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 16 Aug 2007 22:46:38 +0000 (22:46 +0000)
clients/tools/ldapmodify.c

index db600c129864a027a6b505f57a760aa500d4159f..dac9efcd822288fa9f090577953dca61e04036e3 100644 (file)
@@ -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");