diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-05-08 14:46:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-05-08 14:46:52 +0000 |
commit | 9de0f92fe56eb5e9c993d9c55b19cb1bc85f2e3a (patch) | |
tree | 0db7cc8d7aa3aaa33598c812a56eba3e19586f45 /gdb/target.h | |
parent | 8b4407c9ef4b378be2a0f8920d2e966cd49eca98 (diff) | |
download | gdb-9de0f92fe56eb5e9c993d9c55b19cb1bc85f2e3a.tar.gz |
* target.h (target_link): Remove prototype.
* target.c (target_link): Remove function.
* symfile.c: Remove comment about rombug.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h index 0e45d042dd5..e5f5c7fe123 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -904,8 +904,6 @@ extern void target_load (char *arg, int from_tty); extern int target_async_mask (int mask); -extern void target_link (char *, CORE_ADDR *); - /* Converts a process id to a string. Usually, the string just contains `process xyz', but on some systems it may contain `process xyz thread abc'. */ |