diff options
author | John Gilmore <gnu@cygnus> | 1992-09-18 09:56:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-18 09:56:28 +0000 |
commit | a03d4f8e65036e3f9c3457c588fe8c2fd72841b9 (patch) | |
tree | e48525afdc038c8f2a6155f95dcebde8adfe39e7 /gdb/remote-st2000.c | |
parent | dcc8abceed4c9faf9285018a46bede3a39161471 (diff) | |
download | gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.zip gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.tar.gz gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.tar.bz2 |
Remove convert_{to,from}_virtual members from target structs.
Diffstat (limited to 'gdb/remote-st2000.c')
-rw-r--r-- | gdb/remote-st2000.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-st2000.c b/gdb/remote-st2000.c index 0c70ec0..f7904fa 100644 --- a/gdb/remote-st2000.c +++ b/gdb/remote-st2000.c @@ -781,8 +781,6 @@ the speed to connect at in bits per second.", st2000_fetch_register, st2000_store_register, st2000_prepare_to_store, - 0, - 0, /* conv_to, conv_from */ st2000_xfer_inferior_memory, st2000_files_info, st2000_insert_breakpoint, |