summaryrefslogtreecommitdiff
path: root/gdb/remote-fileio.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-27 23:19:51 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-27 23:19:51 +0000
commit2579ab59bdfada183f19ff40ea51d77985c19483 (patch)
tree2f039922751903640f562f0088315e107cb30fe6 /gdb/remote-fileio.c
parent7d3c1e56f95f5db8874f3b6f93983b80cdbaac37 (diff)
downloadgdb-2579ab59bdfada183f19ff40ea51d77985c19483.tar.gz
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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c
index ead40f04783..281872ec6c0 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);