API change: remove yang2cli_yspec last argument printgen, removed obsolete: `cli_auto_show()

This commit is contained in:
Olof hagsand 2023-05-11 16:29:37 +02:00
parent 7b15ab0306
commit ad07eb3adf
8 changed files with 40 additions and 90 deletions

View file

@ -560,7 +560,7 @@ xml_tree_prune_flagged_sub(cxobj *xt,
yang_stmt *yt;
mark = 0;
yt = xml_spec(xt); /* xan be null */
yt = xml_spec(xt); /* can be null */
x = NULL;
xprev = x = NULL;
while ((x = xml_child_each(xt, x, CX_ELMNT)) != NULL) {