mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-27 12:15:34 +03:00
Remove temporary members from struct _xmlXPathContext
These values are hardcoded now and the struct members, while public, were recently introduced and never part of an official release.
This commit is contained in:
@@ -359,8 +359,6 @@ struct _xmlXPathContext {
|
|||||||
unsigned long opLimit;
|
unsigned long opLimit;
|
||||||
unsigned long opCount;
|
unsigned long opCount;
|
||||||
int depth;
|
int depth;
|
||||||
int maxDepth;
|
|
||||||
int maxParserDepth;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user