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 22c152f..6d41029 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -294,7 +294,6 @@ struct target_ops
int);
struct exception_event_record *(*to_get_current_exception_event) (void);
char *(*to_pid_to_exec_file) (int pid);
- char *(*to_core_file_to_sym_file) (char *);
enum strata to_stratum;
struct target_ops
*DONT_USE; /* formerly to_next */