s4: fix warning: unused variable ā€˜iā€™
[kamenim/samba.git] / source4 / lib / ldb / common / ldb_modules.c
index e4e2c1586d4a37ee7f3201ae8c1db5c9fb90453e..a0e8b7e5c945543a4fa126354edf2acfc23290ea 100644 (file)
@@ -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) {