* infrun.c (_initialize_infrun): Delete unnecessary call to

build_infrun.
This commit is contained in:
Andrew Cagney 2002-06-22 22:04:33 +00:00
parent 37e7137227
commit 06a6ac572a
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2002-06-22 Andrew Cagney <ac131313@redhat.com>
* infrun.c (_initialize_infrun): Delete unnecessary call to
build_infrun.
* regcache.h: Update comments describing the regcache_cpy family
of functions.
(regcache_save, regcache_restore): Delete declaration.

View File

@ -4183,8 +4183,6 @@ _initialize_infrun (void)
register int numsigs;
struct cmd_list_element *c;
build_infrun ();
register_gdbarch_swap (&stop_registers, sizeof (stop_registers), NULL);
register_gdbarch_swap (NULL, 0, build_infrun);