Remove unused variable
authorAndrew Bartlett <abartlet@samba.org>
Sun, 27 Jul 2008 22:04:43 +0000 (08:04 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 27 Jul 2008 22:04:43 +0000 (08:04 +1000)
(This used to be commit 31a303c099e26423160010c48b305434d4cbea25)

source4/dsdb/samdb/ldb_modules/schema_fsmo.c

index 2acc5c0af4a6d29114a7515994f8582affd72290..87ada855d3ff54b3c9b72c20e073a0d034c80142 100644 (file)
@@ -150,7 +150,6 @@ static int schema_fsmo_add(struct ldb_module *module, struct ldb_request *req)
 
 static int schema_fsmo_extended(struct ldb_module *module, struct ldb_request *req)
 {
-       WERROR status;
        struct ldb_dn *schema_dn;
        struct dsdb_schema *schema;
        char *error_string = NULL;