From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92745 invoked by alias); 2 Apr 2018 16:00:36 -0000 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 Received: (qmail 92537 invoked by uid 89); 2 Apr 2018 16:00:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Apr 2018 16:00:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 18BEE116AEC; Mon, 2 Apr 2018 12:00:03 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gH5SnBpegbLF; Mon, 2 Apr 2018 12:00:03 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 23BE7116B10; Mon, 2 Apr 2018 12:00:01 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6453C83313; Mon, 2 Apr 2018 08:59:59 -0700 (PDT) Date: Mon, 02 Apr 2018 16:00:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/5] Remove some unused variables in dwarf2read.c Message-ID: <20180402155959.wbxlwy2gpnxfwelr@adacore.com> References: <20180401000444.13490-1-simon.marchi@polymtl.ca> <20180401000444.13490-2-simon.marchi@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180401000444.13490-2-simon.marchi@polymtl.ca> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-04/txt/msg00040.txt.bz2 Hi Simon, > gdb/ChangeLog: > > * dwarf2read.c (create_signatured_type_table_from_debug_names): > Remove unused variables. > (dw2_map_symtabs_matching_filename): Likewise. > (dwarf2_record_block_ranges): Likewise. > (dwarf2_read_addr_index): Likewise. > (follow_die_offset): Likewise. FWIW, I took a look and this looks good to me. -- Joel