record-full: Remove unused function netorder16
[deliverable/binutils-gdb.git] / gdb / xml-support.h
index f9ea64d56318f8883fef275ebff6f43c1368c6db..1a1b7fd0e7fe8b9a0199de3f0ab9a43a04b9a080 100644 (file)
@@ -227,13 +227,6 @@ extern gdb_xml_attribute_handler gdb_xml_parse_attr_enum;
 ULONGEST gdb_xml_parse_ulongest (struct gdb_xml_parser *parser,
                                 const char *value);
 
-/* Simple printf to obstack function.  Current implemented formatters:
-   %s - grow an xml escaped text in OBSTACK.  */
-
-extern void obstack_xml_printf (struct obstack *obstack,
-                               const char *format, ...)
-  ATTRIBUTE_PRINTF_2;
-
 /* Open FILENAME, read all its text into memory, close it, and return
    the text.  If something goes wrong, return NULL and warn.  */
 
This page took 0.026776 seconds and 4 git commands to generate.