diff options
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index e4e2c1586d..a0e8b7e5c9 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -399,7 +399,6 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[]) { const char *modules_string; const char **modules = NULL; - unsigned int i; int ret; TALLOC_CTX *mem_ctx = talloc_new(ldb); if (!mem_ctx) { |