gdb: remote target_longname
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Mar 2021 16:03:37 +0000 (12:03 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Mar 2021 16:03:37 +0000 (12:03 -0400)
I noticed it was unused.

gdb/ChangeLog:

* target.h (target_longname): Remove.

Change-Id: Id4f514ea038a6d8d40e11179db587b11793cbbd8

gdb/ChangeLog
gdb/target.h

index b6639ee77ada59a75ffd850c95f88cacd5fcf7f8..904886adc16b4ea547645b8689d0ffb8d41e46df 100644 (file)
@@ -1,3 +1,7 @@
+2021-03-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * target.h (target_longname): Remove.
+
 2021-03-23  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * target.h (target_is_pushed): Remove, update callers to use
index 6b71e741f6d7c55ec595dfa7c299e9e51d68527c..8c11fb76d4cbb68fb5ae4f3450c8bbf1e3461544 100644 (file)
@@ -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