mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
parser: Deprecate xmlParserCtxt->lastError
We alredy have xmlCtxtGetLastError().
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user