diff options
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 0e45d04..e5f5c7f 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'. */ |