diff options
Diffstat (limited to 'gdb/xml-syscall.c')
-rw-r--r-- | gdb/xml-syscall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/xml-syscall.c b/gdb/xml-syscall.c index 2a4d010..0dc2239 100644 --- a/gdb/xml-syscall.c +++ b/gdb/xml-syscall.c @@ -237,8 +237,6 @@ syscall_parse_xml (const char *document, xml_fetch_another fetcher, 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); |