From 90b06b4ea8d8d06e9cd9f6678b4086eda49204bd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 23 Nov 2004 17:35:37 +0000 Subject: r3926: fix compiler warnings metze (This used to be commit a9cbaa3cff470f58031972d53ecb6f5856b187e0) --- source4/lib/ldb/ldb_ldap/ldb_ldap.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.c b/source4/lib/ldb/ldb_ldap/ldb_ldap.c index d9640f247a..b9c3865acc 100644 --- a/source4/lib/ldb/ldb_ldap/ldb_ldap.c +++ b/source4/lib/ldb/ldb_ldap/ldb_ldap.c @@ -498,8 +498,6 @@ static int lldb_modify(struct ldb_module *module, const struct ldb_message *msg) static int lldb_lock(struct ldb_module *module, const char *lockname) { - struct ldb_context *ldb = module->ldb; - struct lldb_private *lldb = module->private_data; int ret = 0; if (lockname == NULL) { @@ -513,8 +511,6 @@ static int lldb_lock(struct ldb_module *module, const char *lockname) static int lldb_unlock(struct ldb_module *module, const char *lockname) { - struct ldb_context *ldb = module->ldb; - struct lldb_private *lldb = module->private_data; int ret = 0; if (lockname == NULL) { -- cgit