1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-19 21:57:57 +03:00

s4:dsdb remove unused variable

This commit is contained in:
Andrew Bartlett 2009-08-24 13:15:17 +10:00
parent cc330f9362
commit bf54b419ae

View 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;