1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

parser: Mark 'token' member as unused in xmlParserCtxt

This commit is contained in:
Nick Wellnhofer
2024-01-05 00:11:29 +01:00
parent b82fd81d06
commit 3efbe916a1
4 changed files with 5 additions and 22 deletions

View File

@@ -227,7 +227,7 @@ struct _xmlParserCtxt {
xmlValidCtxt vctxt; /* The validity context */
xmlParserInputState instate; /* push parser state */
int token; /* next char look-ahead */
int token; /* unused */
char *directory; /* unused */