Skip to content

Commit b454186

Browse files
committed
cffi: remove code from pattern structure
This patch updates the pattern structure according to libyang v4 and removes the code variable Signed-off-by: Stefan Gula <steweg@gmail.com>
1 parent 6f95d9f commit b454186

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
@@ -982,7 +982,6 @@ typedef struct pcre2_real_code pcre2_code;
982982

983983
struct lysc_pattern {
984984
const char *expr;
985-
pcre2_code *code;
986985
const char *dsc;
987986
const char *ref;
988987
const char *emsg;

0 commit comments

Comments
 (0)