Skip to content

Commit 593bd46

Browse files
committed
cffi: remove of mem from lyd_any_value
This patch removes mem from lyd_any_value as in libyang v4 it is no longer present Signed-off-by: Stefan Gula <steweg@gmail.com>
1 parent 2a67053 commit 593bd46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cffi/cdefs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,6 @@ union lyd_any_value {
11661166
const char *str;
11671167
const char *xml;
11681168
const char *json;
1169-
char *mem;
11701169
};
11711170

11721171
struct lyd_node_any {

0 commit comments

Comments
 (0)