Skip to content

Commit 421d321

Browse files
stewegrjarry
authored andcommitted
cdefs: removal of unnecessary variable name defintion
This patch aligns the cdefs definition with the rest of the file structure Signed-off-by: Stefan Gula <[email protected]>
1 parent 76504c4 commit 421d321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cffi/cdefs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ struct lyd_leafref_links_rec {
13081308
const struct lyd_node_term **target_nodes;
13091309
};
13101310

1311-
LY_ERR lyd_leafref_get_links(const struct lyd_node_term *e, const struct lyd_leafref_links_rec **);
1311+
LY_ERR lyd_leafref_get_links(const struct lyd_node_term *, const struct lyd_leafref_links_rec **);
13121312
LY_ERR lyd_leafref_link_node_tree(struct lyd_node *);
13131313
const char *lyplg_ext_stmt2str(enum ly_stmt stmt);
13141314
const struct lysp_module *lyplg_ext_parse_get_cur_pmod(const struct lysp_ctx *);

0 commit comments

Comments
 (0)