diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-27 23:19:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-27 23:19:51 +0000 |
commit | 63ff5125e3094d30b4840116503dc24c414b6ff8 (patch) | |
tree | 84c9a1bcc1113322808e955410a040b3f18521f8 /gdb/remote-fileio.c | |
parent | 26b24bd6a7ca3315c473e7f1c43cc750cfefbb16 (diff) | |
download | gdb-63ff5125e3094d30b4840116503dc24c414b6ff8.zip gdb-63ff5125e3094d30b4840116503dc24c414b6ff8.tar.gz gdb-63ff5125e3094d30b4840116503dc24c414b6ff8.tar.bz2 |
2004-01-27 Andrew Cagney <cagney@redhat.com>
* source.c (ambiguous_line_spec): Delete undefined declaration.
* m32r-rom.c (m32r_set_board_address): Delete unused function.
(m32r_set_server_address, m32r_set_download_path): Ditto.
* remote-fileio.c (remote_fileio_to_fio_int): Ditto.
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r-- | gdb/remote-fileio.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index ead40f0..281872e 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -364,12 +364,6 @@ remote_fileio_to_be (LONGEST num, char *buf, int bytes) } static void -remote_fileio_to_fio_int (long num, fio_int_t fnum) -{ - remote_fileio_to_be ((LONGEST) num, (char *) fnum, 4); -} - -static void remote_fileio_to_fio_uint (long num, fio_uint_t fnum) { remote_fileio_to_be ((LONGEST) num, (char *) fnum, 4); |