mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
parser: Stop using ctxt->linenumbers
I think this was used to avoid setting the `line` member before it was added (20+ years ago).
This commit is contained in:
@@ -436,7 +436,7 @@ struct _xmlParserCtxt {
|
||||
* should the external subset be loaded
|
||||
*/
|
||||
int loadsubset;
|
||||
/* set line number in element content */
|
||||
/* unused */
|
||||
int linenumbers XML_DEPRECATED_MEMBER;
|
||||
/**
|
||||
* @deprecated Use xmlCtxtGetCatalogs() and xmlCtxtSetCatalogs()
|
||||
|
Reference in New Issue
Block a user