gdb/
* linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
This commit is contained in:
parent
c0ba1095fd
commit
25b72ddee0
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
|
||||
|
||||
2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* dwarf2read.c: Include completer.h.
|
||||
|
|
|
@ -1073,7 +1073,6 @@ restore_child_signals_mask (sigset_t *prev_mask)
|
|||
static int stop_wait_callback (struct lwp_info *lp, void *data);
|
||||
static int linux_thread_alive (ptid_t ptid);
|
||||
static char *linux_child_pid_to_exec_file (int pid);
|
||||
static int cancel_breakpoint (struct lwp_info *lp);
|
||||
|
||||
|
||||
/* Convert wait status STATUS to a string. Used for printing debug
|
||||
|
|
Loading…
Reference in a new issue