diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-23 12:19:00 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-23 12:19:00 +0000 |
commit | 25b72ddee0ad993a086bd3d3576f04982183fa77 (patch) | |
tree | c1fc94f276f338519ef58c528c3e64459f7352d3 /gdb/linux-nat.c | |
parent | c0ba1095fd73bd3456b49bf86ef526f2bab46908 (diff) | |
download | gdb-25b72ddee0ad993a086bd3d3576f04982183fa77.zip gdb-25b72ddee0ad993a086bd3d3576f04982183fa77.tar.gz gdb-25b72ddee0ad993a086bd3d3576f04982183fa77.tar.bz2 |
gdb/
* linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index de0ba58..6b3c446 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -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 |