]> git.sur5r.net Git - openldap/commitdiff
trim unnecessary varaible
authorPierangelo Masarati <ando@openldap.org>
Sat, 1 Mar 2003 12:12:12 +0000 (12:12 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 1 Mar 2003 12:12:12 +0000 (12:12 +0000)
servers/slapd/back-bdb/operational.c

index 8ffb72c2fb01db2f7741117a3cccd5283c6faaa9..60249c610bb3479c0df1b59d130dab925d33333e 100644 (file)
@@ -27,7 +27,6 @@ bdb_hasSubordinates(
        Entry           *e,
        int             *hasSubordinates )
 {
-       struct bdb_info *bdb = (struct bdb_info *) be->be_private;
        int             rc;
        
        assert( e );