diff options
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r-- | gdb/gdbcore.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index 40ae37c..e3eed03 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -29,12 +29,6 @@ struct regcache; #include "exec.h" #include "target.h" -/* Return the name of the executable file as a string. - ERR nonzero means get error if there is none specified; - otherwise return 0 in that case. */ - -extern char *get_exec_file (int err); - /* Nonzero if there is a core file. */ extern int have_core_file_p (void); |