From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3017 invoked by alias); 4 Jul 2011 18:52:52 -0000 Received: (qmail 3009 invoked by uid 22791); 4 Jul 2011 18:52:52 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp01.br.ibm.com (HELO e24smtp01.br.ibm.com) (32.104.18.85) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Jul 2011 18:52:38 +0000 Received: from mailhub1.br.ibm.com (mailhub1.br.ibm.com [9.18.232.109]) by e24smtp01.br.ibm.com (8.14.4/8.13.1) with ESMTP id p64JxvZl001665 for ; Mon, 4 Jul 2011 15:59:57 -0400 Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.8.31.91]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p64IsXRw643262 for ; Mon, 4 Jul 2011 15:54:35 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p64AqR7E009286 for ; Mon, 4 Jul 2011 07:52:27 -0300 Received: from [9.8.1.40] ([9.8.1.40]) by d24av01.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p64AqQ9m009279 for ; Mon, 4 Jul 2011 07:52:27 -0300 Subject: [commit] Remove empty line in symtab.c From: Thiago Jung Bauermann To: gdb-patches ml Content-Type: text/plain; charset="UTF-8" Date: Mon, 04 Jul 2011 18:53:00 -0000 Message-ID: <1309805547.4471.3.camel@hactar> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: 2011-07/txt/msg00108.txt.bz2 Hi, Just a nitpick. -- []'s Thiago Jung Bauermann IBM Linux Technology Center 2011-07-04 Thiago Jung Bauermann * symtab.c (expand_line_sal): Remove empty line. diff --git a/gdb/symtab.c b/gdb/symtab.c index 49b8dd0..5ece679 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -4754,7 +4754,6 @@ expand_line_sal (struct symtab_and_line sal) filter[i] = 1; blocks[i] = block_for_pc_sect (ret.sals[i].pc, ret.sals[i].section); - } do_cleanups (old_chain);