1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

util: virxml: unexport virXMLFormatElementInternal

It is no longer used anywhere else.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Pavel Hrdina 2025-03-06 18:24:38 +01:00
parent e042ff6dd0
commit c4b7d29610
3 changed files with 1 additions and 9 deletions

View File

@ -3783,7 +3783,6 @@ virXMLExtractNamespaceXML;
virXMLFormatElement;
virXMLFormatElementDirect;
virXMLFormatElementEmpty;
virXMLFormatElementInternal;
virXMLFormatMetadata;
virXMLNewNode;
virXMLNodeContentString;

View File

@ -1721,7 +1721,7 @@ virXMLValidatorFree(virXMLValidator *validator)
*
* Both passed buffers are always consumed and freed.
*/
void
static void
virXMLFormatElementInternal(virBuffer *buf,
const char *name,
virBuffer *attrBuf,

View File

@ -332,13 +332,6 @@ void
virXMLValidatorFree(virXMLValidator *validator);
G_DEFINE_AUTOPTR_CLEANUP_FUNC(virXMLValidator, virXMLValidatorFree);
void
virXMLFormatElementInternal(virBuffer *buf,
const char *name,
virBuffer *attrBuf,
virBuffer *childBuf,
bool allowEmpty,
bool childNewline);
void
virXMLFormatElement(virBuffer *buf,
const char *name,