diff options
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r-- | gdb/coffread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c index 0fd91e0ab45..7d7df8ee33f 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -469,7 +469,6 @@ coff_symfile_init (struct objfile *objfile) of the line table (minimum and maximum file offset) so that the mainline code can read the whole thing for efficiency. */ -/* ARGSUSED */ static void find_linenos (bfd *abfd, sec_ptr asect, void *vpinfo) { @@ -506,7 +505,6 @@ static bfd *symfile_bfd; /* Read a symbol file, after initialization by coff_symfile_init. */ -/* ARGSUSED */ static void coff_symfile_read (struct objfile *objfile, int mainline) { @@ -2036,7 +2034,6 @@ coff_read_struct_type (int index, int length, int lastsym) and create and return a suitable type object. Also defines the symbols that represent the values of the type. */ -/* ARGSUSED */ static struct type * coff_read_enum_type (int index, int length, int lastsym) { |