From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60553 invoked by alias); 12 Oct 2019 23:37:49 -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 60518 invoked by uid 89); 12 Oct 2019 23:37:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.7 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy= X-HELO: mail-ot1-f65.google.com Received: from mail-ot1-f65.google.com (HELO mail-ot1-f65.google.com) (209.85.210.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 Oct 2019 23:37:44 +0000 Received: by mail-ot1-f65.google.com with SMTP id e11so10975070otl.5 for ; Sat, 12 Oct 2019 16:37:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=F6C+n92yLS+xffd2pdW0+i1CF2w4jetnrL6AMSAuFX8=; b=JZreq2m1dFNCTcYPTPqsvltxpJvneJcxhBkuwxi9FfvTI5ECyjApOhAARKbeR50VSd 9rMjPpcHIP/yMuX1R8F7uMKki/CLQkTULUn8NTnR2Zfg2meV02jx5AezLHjPa8n+5zNX 0w1P36/SbovrHMPHz1+R2boqUv4bViaKmqDMVl/jXbY+E3HiBMo+wKA/OWvB/cL4N0Gu g5G0QUmb5fPQuJX2kF77mfDKK98acr0BtWlbNsgwRvlmGt7obdgfdWHj+1BeDnR7QTSq sA8ghLpiPbBUkYPaJoMiA9bYyytZpijkh5iTAZeez688b18SRzOTxOn+dh3BZW657TgN Os5Q== MIME-Version: 1.0 References: <20191012050554.51250-1-cbiesinger@chromium.org> <7243d1502d6ebd3edf839c1521b6f4dc@polymtl.ca> In-Reply-To: <7243d1502d6ebd3edf839c1521b6f4dc@polymtl.ca> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Sat, 12 Oct 2019 23:37:00 -0000 Message-ID: Subject: Re: [PATCH] Remote unnecessary declaration of trace_regblock_size To: Simon Marchi Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00315.txt.bz2 On Sat, Oct 12, 2019 at 7:31 PM Simon Marchi wrote: > > On 2019-10-12 01:05, cbiesinger@chromium.org wrote: > > From: Christian Biesinger > > > > This variable is declared in tracepoint.h, which is already included > > by remote.c. > > Remote -> Remove in the title. > > Otherwise, that LGTM. Thanks, pushed. Christian