mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
LibXML: Remove declarations for non-existent methods
This commit is contained in:
parent
7891ad2a28
commit
8dff4c577f
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ private:
|
||||||
Content,
|
Content,
|
||||||
};
|
};
|
||||||
ErrorOr<DeprecatedString, ParseError> resolve_reference(EntityReference const&, ReferencePlacement);
|
ErrorOr<DeprecatedString, ParseError> resolve_reference(EntityReference const&, ReferencePlacement);
|
||||||
ErrorOr<DeprecatedString, ParseError> resolve_parameter_entity_reference(EntityReference const&);
|
|
||||||
|
|
||||||
enum class Required {
|
enum class Required {
|
||||||
No,
|
No,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue