diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-12 15:20:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-12 15:20:49 +0000 |
commit | f810308bf809b64b4584a12ce896a256171883f5 (patch) | |
tree | 2d35366b22302e8a0cb18d511d8bcffc1cf844e2 /gdb/target.c | |
parent | b7ffc4a8d76ab91d1976c5fa72edff803ad28eb1 (diff) | |
download | gdb-f810308bf809b64b4584a12ce896a256171883f5.zip gdb-f810308bf809b64b4584a12ce896a256171883f5.tar.gz gdb-f810308bf809b64b4584a12ce896a256171883f5.tar.bz2 |
2004-09-12 Andrew Cagney <cagney@gnu.org>
* target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
Index: doc/ChangeLog
2004-09-12 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Native Debugging): Delete description of
FILES_INFO_HOOK.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/target.c b/gdb/target.c index 5faf5a8..0e76e71e 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1216,11 +1216,6 @@ target_info (char *args, int from_tty) if (symfile_objfile != NULL) printf_unfiltered ("Symbols from \"%s\".\n", symfile_objfile->name); -#ifdef FILES_INFO_HOOK - if (FILES_INFO_HOOK ()) - return; -#endif - for (t = target_stack; t != NULL; t = t->beneath) { if (!t->to_has_memory) |