diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/target.h b/gdb/target.h index 10fe04b..ec5f86d 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -991,11 +991,6 @@ extern char *normal_pid_to_str (ptid_t ptid); #define target_extra_thread_info(TP) \ (current_target.to_extra_thread_info (TP)) -#ifndef target_pid_or_tid_to_str -#define target_pid_or_tid_to_str(ID) \ - target_pid_to_str (ID) -#endif - /* Attempts to find the pathname of the executable file that was run to create a specified process. |