| Index: gdb/xml-support.h
|
| diff --git a/gdb/xml-support.h b/gdb/xml-support.h
|
| index e9d2c00500b3d164f60461c38cfbac018d823f8a..a3a15ca4362d14b120803f1b4c9798b06d7a11c6 100644
|
| --- a/gdb/xml-support.h
|
| +++ b/gdb/xml-support.h
|
| @@ -1,6 +1,6 @@
|
| /* Helper routines for parsing XML using Expat.
|
|
|
| - Copyright (C) 2006-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2006-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -171,13 +171,6 @@ struct gdb_xml_element
|
| gdb_xml_element_end_handler *end_handler;
|
| };
|
|
|
| -/* Initialize and return a parser. Register a cleanup to destroy the
|
| - parser. */
|
| -
|
| -struct gdb_xml_parser *gdb_xml_create_parser_and_cleanup
|
| - (const char *name, const struct gdb_xml_element *elements,
|
| - void *user_data);
|
| -
|
| /* Associate DTD_NAME, which must be the name of a compiled-in DTD,
|
| with PARSER. */
|
|
|
|
|