r6360: Quieten unused variable warning.
authorTim Potter <tpot@samba.org>
Sun, 17 Apr 2005 00:07:40 +0000 (00:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:34 +0000 (13:11 -0500)
(This used to be commit 5a598f5da17b60ad52b2ae9d8e4484286e492a1f)

source4/lib/ldb/modules/schema.c

index 1b08db6170729c18d7c6c8a4a78e4e36bf7d090a..4502bba9ed82919ee440aa56f3eb402633e96961 100644 (file)
@@ -541,7 +541,7 @@ static const char *schema_errstring(struct ldb_module *module)
 
 static int schema_destructor(void *module_ctx)
 {
 
 static int schema_destructor(void *module_ctx)
 {
-       struct ldb_module *ctx = module_ctx;
+/*     struct ldb_module *ctx = module_ctx; */
        /* put your clean-up functions here */
        return 0;
 }
        /* put your clean-up functions here */
        return 0;
 }