2010-05-05 Michael Snyder <msnyder@vmware.com>

* remote.c (remote_threads_info): Revert questionable part of
	the previous change.
This commit is contained in:
Michael Snyder
2010-05-05 22:27:15 +00:00
parent d36fc00bca
commit c31a71f44f
2 changed files with 33 additions and 5 deletions

View File

@@ -2512,8 +2512,8 @@ remote_threads_info (struct target_ops *ops)
{
struct gdb_xml_parser *parser;
struct threads_parsing_context context;
struct cleanup back_to = make_cleanup (null_cleanup, NULL);
make_cleanup (null_cleanup, NULL);
context.items = 0;
parser = gdb_xml_create_parser_and_cleanup (_("threads"),
threads_elements,