diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-22 22:04:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-22 22:04:33 +0000 |
commit | 06a6ac572a66e992045e35d0ec2e08321dbaa0e1 (patch) | |
tree | c4d6effecfe531d9f4e9c276c739602154ac27b1 /gdb/infrun.c | |
parent | 37e7137227c7cd963cd8d69d87a75a7838c15f67 (diff) | |
download | gdb-06a6ac572a66e992045e35d0ec2e08321dbaa0e1.zip gdb-06a6ac572a66e992045e35d0ec2e08321dbaa0e1.tar.gz gdb-06a6ac572a66e992045e35d0ec2e08321dbaa0e1.tar.bz2 |
* infrun.c (_initialize_infrun): Delete unnecessary call to
build_infrun.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index faca420..5f72aff 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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); |