This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] xml-support, xml-syscall, target-description, xml-tdesc, inferior, record, gcore, jit, progspace.c unused vars.


On Thursday 06 May 2010 23:12:05, Michael Snyder wrote:

> Index: xml-syscall.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/xml-syscall.c,v
> retrieving revision 1.5
> diff -u -p -r1.5 xml-syscall.c
> --- xml-syscall.c       5 Apr 2010 15:58:53 -0000       1.5
> +++ xml-syscall.c       7 May 2010 02:08:49 -0000
> @@ -237,8 +237,6 @@ syscall_parse_xml (const char *document,
>    struct cleanup *result_cleanup;
>    struct gdb_xml_parser *parser;
>    struct syscall_parsing_data data;
> -  char *expanded_text;
> -  int i;
>  
>    parser = gdb_xml_create_parser_and_cleanup (_("syscalls info"),
>                                               syselements, &data);

This is OK for this file.  Thanks.

-- 
Sergio


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]