diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-01 21:09:16 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-01 21:09:16 +0000 |
commit | 9340a6c0be7b3c4ed008c16c42a9da1350b42c10 (patch) | |
tree | 1750c9bab0d1afbf829c120f8de9005c13989579 /gdb/psymtab.c | |
parent | e451c4a12fcedc91abcc380fe1941f1e2b5d6cae (diff) | |
download | gdb-9340a6c0be7b3c4ed008c16c42a9da1350b42c10.zip gdb-9340a6c0be7b3c4ed008c16c42a9da1350b42c10.tar.gz gdb-9340a6c0be7b3c4ed008c16c42a9da1350b42c10.tar.bz2 |
2012-03-01 Pedro Alves <palves@redhat.com>
* psymtab.c (find_and_open_source): Delete declaration.
* source.c (find_and_open_source): Move comment ...
* source.h (find_and_open_source): ... to this new declaration.
Diffstat (limited to 'gdb/psymtab.c')
-rw-r--r-- | gdb/psymtab.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/psymtab.c b/gdb/psymtab.c index e42545b..f894028 100644 --- a/gdb/psymtab.c +++ b/gdb/psymtab.c @@ -1131,10 +1131,6 @@ map_symbol_filenames_psymtab (struct objfile *objfile, } } -int find_and_open_source (const char *filename, - const char *dirname, - char **fullname); - /* Finds the fullname that a partial_symtab represents. If this functions finds the fullname, it will save it in ps->fullname |