diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6639ee77a..904886adc1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2021-03-23 Simon Marchi + + * target.h (target_longname): Remove. + 2021-03-23 Simon Marchi * target.h (target_is_pushed): Remove, update callers to use diff --git a/gdb/target.h b/gdb/target.h index 6b71e741f6..8c11fb76d4 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1364,7 +1364,6 @@ extern target_ops *get_dummy_target (); /* Define easy words for doing these operations on our current target. */ #define target_shortname (current_top_target ()->shortname ()) -#define target_longname (current_top_target ()->longname ()) /* Does whatever cleanup is required for a target that we are no longer going to be calling. This routine is automatically always