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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user