diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/target.h b/gdb/target.h index 7ce66c1..4b735dd 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -2187,9 +2187,6 @@ extern void update_target_permissions (void); /* Imported from machine dependent code. */ -/* Blank target vector entries are initialized to target_ignore. */ -void target_ignore (void); - /* See to_supports_btrace in struct target_ops. */ #define target_supports_btrace() \ (current_target.to_supports_btrace (¤t_target)) |