aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 6b71e74..8c11fb7 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