This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] linux-nat.c: Remove unused forward declaration


Hi,

checked-in.


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2010-07/msg00135.html

--- src/gdb/ChangeLog	2010/07/22 16:24:34	1.12009
+++ src/gdb/ChangeLog	2010/07/23 12:18:58	1.12010
@@ -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.
--- src/gdb/linux-nat.c	2010/07/20 12:54:57	1.176
+++ src/gdb/linux-nat.c	2010/07/23 12:19:00	1.177
@@ -1073,7 +1073,6 @@
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]