From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16280 invoked by alias); 25 Feb 2009 21:44:57 -0000 Received: (qmail 16269 invoked by uid 22791); 25 Feb 2009 21:44:56 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Feb 2009 21:44:49 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id n1PLijm6015813 for ; Wed, 25 Feb 2009 21:44:46 GMT Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps37.corp.google.com with ESMTP id n1PLiiq2000959 for ; Wed, 25 Feb 2009 13:44:44 -0800 Received: by localhost (Postfix, from userid 67641) id 57E721C78A4; Wed, 25 Feb 2009 13:44:44 -0800 (PST) To: gdb-patches@sourceware.org Subject: [ob] breakpoint.c (disable_breakpoints_in_shlibs): Delete unused local Message-Id: <20090225214444.57E721C78A4@localhost> Date: Thu, 26 Feb 2009 08:37:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00483.txt.bz2 Hi. Checked in under the obvious rule. 2009-02-25 Doug Evans * 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) {