]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/compare.c
Merge remote branch 'origin/mdb.master'
[openldap] / servers / slapd / back-bdb / compare.c
index 095033eb14419dca83285c50bd706817aae3cdf4..471ff8072cfc4338dccf3f30aa8fe25b61895b63 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2010 The OpenLDAP Foundation.
+ * Copyright 2000-2012 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,6 @@ bdb_compare( Operation *op, SlapReply *rs )
        struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
        Entry           *e = NULL;
        EntryInfo       *ei;
-       Attribute       *a;
        int             manageDSAit = get_manageDSAit( op );
 
        DB_TXN          *rtxn;