]> git.sur5r.net Git - openldap/commitdiff
cleanup (unused variable)
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 27 Apr 2006 16:05:41 +0000 (16:05 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 27 Apr 2006 16:05:41 +0000 (16:05 +0000)
servers/slapd/overlays/refint.c

index 013f3d03ac7ffbe1c2ea2f3e505fdc1ff90c83dc..96fc8cd2ba6661b271b4938b5adbbf57ecba4426 100644 (file)
@@ -103,7 +103,6 @@ refint_cf_gen(ConfigArgs *c)
 {
        slap_overinst *on = (slap_overinst *)c->bi;
        refint_data *dd = (refint_data *)on->on_bi.bi_private;
-       BackendDB *be = (BackendDB *)c->be;
        refint_attrs *ip, *pip, **pipp = NULL;
        AttributeDescription *ad;
        const char *text;