s4:dsdb Remove unused variables
authorAndrew Bartlett <abartlet@samba.org>
Fri, 23 Oct 2009 00:36:23 +0000 (11:36 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 23 Oct 2009 04:42:19 +0000 (15:42 +1100)
source4/dsdb/samdb/ldb_modules/schema_data.c

index 675cae3dc71277362d8b4568865f4a1523ac0cf6..bf80c01b0f537a397f08cf06cc146079c552cd2e 100644 (file)
@@ -95,9 +95,7 @@ struct schema_data_search_data {
 static int schema_data_init(struct ldb_module *module)
 {
        struct ldb_context *ldb;
-       TALLOC_CTX *mem_ctx;
        struct ldb_dn *schema_dn;
-       struct dsdb_schema *schema;
        int ret;
        struct schema_data_private_data *data;