From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id 10D423858C50 for ; Mon, 2 May 2022 20:14:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 10D423858C50 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id D4BAD269EF5; Mon, 2 May 2022 16:14:57 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id jn4lSFXr7FRH; Mon, 2 May 2022 16:14:57 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 8E114269F6B; Mon, 2 May 2022 16:14:57 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 8E114269F6B X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PUV290x8GRIE; Mon, 2 May 2022 16:14:57 -0400 (EDT) Received: from [172.16.0.95] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) by mail.efficios.com (Postfix) with ESMTPSA id 6F127269FE9; Mon, 2 May 2022 16:14:57 -0400 (EDT) Message-ID: Date: Mon, 2 May 2022 16:14:57 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH] gdb: remote type_wanted parameter from a few functions Content-Language: tl To: Pedro Alves , gdb-patches@sourceware.org References: <20220502201110.895333-1-simon.marchi@efficios.com> <60bdc5b1-5531-0105-f760-724d03977909@palves.net> From: Simon Marchi In-Reply-To: <60bdc5b1-5531-0105-f760-724d03977909@palves.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3034.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2022 20:14:59 -0000 On 2022-05-02 16:13, Pedro Alves wrote: > On 2022-05-02 21:11, Simon Marchi via Gdb-patches wrote: >> The type_wanted value, passed down to the create_sals_from_location >> callback, is never used. Remove it. > > OK. Thanks, pushed (with the type in the subject fixed). Simon