mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +03:00
parser: Deprecate xmlParserCtxt->lastError
We alredy have xmlCtxtGetLastError().
This commit is contained in:
parent
f82ca02bf5
commit
1228b4e0e7
@ -403,7 +403,7 @@ struct _xmlParserCtxt {
|
||||
/*
|
||||
* the complete error information for the last error.
|
||||
*/
|
||||
xmlError lastError;
|
||||
xmlError lastError XML_DEPRECATED_MEMBER;
|
||||
/* the parser mode */
|
||||
xmlParserMode parseMode XML_DEPRECATED_MEMBER;
|
||||
/* unused */
|
||||
|
Loading…
x
Reference in New Issue
Block a user