s4:dsdb remove unused variable
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 Aug 2009 03:15:17 +0000 (13:15 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 Aug 2009 10:24:18 +0000 (20:24 +1000)
source4/dsdb/samdb/ldb_modules/schema_fsmo.c

index 290232bdb99f0a0da01896f82306afba7fced284..adc0fe41d049b0d5b130792aa48eef7019db9d16 100644 (file)
@@ -408,7 +408,6 @@ static int generate_possibleInferiors(struct ldb_context *ldb, struct ldb_messag
        int ret, i;
        const char *first_component_name = ldb_dn_get_component_name(dn, 0);
        const struct ldb_val *first_component_val;
-       const char *class_name;
        const struct dsdb_class *schema_class;
        const char **possibleInferiors;