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]

[ob] breakpoint.c (disable_breakpoints_in_shlibs): Delete unused local


Hi.

Checked in under the obvious rule.

2009-02-25  Doug Evans  <dje@google.com>

	* breakpoint.c (disable_breakpoints_in_shlibs): Delete local
	disabled_shlib_breaks, unused.

diff -u -p -r1.378 breakpoint.c
--- breakpoint.c	21 Feb 2009 16:14:47 -0000	1.378
+++ breakpoint.c	25 Feb 2009 21:41:52 -0000
@@ -4424,7 +4424,6 @@ void
 disable_breakpoints_in_shlibs (void)
 {
   struct bp_location *loc;
-  int disabled_shlib_breaks = 0;
 
   ALL_BP_LOCATIONS (loc)
   {


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