diff options
Diffstat (limited to 'gdb/solist.h')
-rw-r--r-- | gdb/solist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/solist.h b/gdb/solist.h index 51bfce9..77eb2ae 100644 --- a/gdb/solist.h +++ b/gdb/solist.h @@ -63,7 +63,6 @@ struct so_list bfd *abfd; char symbols_loaded; /* flag: symbols read in yet? */ - char from_tty; /* flag: print msgs? */ struct objfile *objfile; /* objfile for loaded lib */ struct target_section *sections; struct target_section *sections_end; |