Skip to content
Snippets Groups Projects
Commit 6e63bac9 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove lint

parent a16eea9d
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,6 @@ static struct berval BV_MODOPADD = BER_BVC("add"); ...@@ -92,7 +92,6 @@ static struct berval BV_MODOPADD = BER_BVC("add");
static struct berval BV_MODOPREPLACE = BER_BVC("replace"); static struct berval BV_MODOPREPLACE = BER_BVC("replace");
static struct berval BV_MODOPDELETE = BER_BVC("delete"); static struct berval BV_MODOPDELETE = BER_BVC("delete");
static struct berval BV_MODOPINCREMENT = BER_BVC("increment"); 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_NEWRDN = BER_BVC("newrdn");
static struct berval BV_DELETEOLDRDN = BER_BVC("deleteoldrdn"); static struct berval BV_DELETEOLDRDN = BER_BVC("deleteoldrdn");
static struct berval BV_NEWSUP = BER_BVC("newsuperior"); static struct berval BV_NEWSUP = BER_BVC("newsuperior");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment