From 25b72ddee0ad993a086bd3d3576f04982183fa77 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 23 Jul 2010 12:19:00 +0000 Subject: [PATCH] gdb/ * linux-nat.c (cancel_breakpoint): Remove unused forward declaration. --- gdb/ChangeLog | 4 ++++ gdb/linux-nat.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 15bf0c8..85ced2b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-07-23 Jan Kratochvil + + * linux-nat.c (cancel_breakpoint): Remove unused forward declaration. + 2010-07-22 Jan Kratochvil * dwarf2read.c: Include completer.h. 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 -- 2.7.4