From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30388 invoked by alias); 21 Jul 2016 14:03:15 -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 29033 invoked by uid 89); 21 Jul 2016 14:03:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f43.google.com Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 21 Jul 2016 14:03:08 +0000 Received: by mail-oi0-f43.google.com with SMTP id j185so118736506oih.0 for ; Thu, 21 Jul 2016 07:03:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=v2NJz2eIFP10UUDL6bzvynRjlaGreUcOgLyBg0T53JU=; b=YalcCO3mkHIIpIPVsX2Ms60RLTX4FzjyCm8nJUtP8g1CwZojeGnRgccNhNkSs7naYt TsAVgE6zBLXOtBIw07BTsChY4nP9cd4pCelp/ykwU5QWeOgomifyje6YGX3k0Htb2WoD M1Bp6IxPUtHXc7PBNk4fFe0HFx7XaPOSFydOCONuXEzF59QWEoIkQ0iIr4Yau5AKXc1O 4P3U1Qh79v+aqxiCEa3Ug+iZurpKbvjbY9nmg7vAqccvHeT2U0wJHBIQykyXNUsHhuZ7 puGsxohJMmw63eXzBZcskdl6gJX798g+vjerW/TrdD5i+B01bTm0wlTaHyOiemHNzkiU 7Ubg== X-Gm-Message-State: ALyK8tJwRFfmbF/plAOAohnDjVbXOdoNzc/mKEx9/nkC4gC+ehFwC473l/i799bqzYb9UG4R++xwxBkxJuBOYQ== X-Received: by 10.202.197.66 with SMTP id v63mr18162885oif.131.1469109786590; Thu, 21 Jul 2016 07:03:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.105.138 with HTTP; Thu, 21 Jul 2016 07:03:06 -0700 (PDT) In-Reply-To: <1469101077-18220-2-git-send-email-palves@redhat.com> References: <7797fc3a-9651-3448-2def-3bc5b0c5cf55@redhat.com> <1469101077-18220-2-git-send-email-palves@redhat.com> From: Yao Qi Date: Thu, 21 Jul 2016 14:03:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] Remove unused variable in windows-nat.c To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00255.txt.bz2 On Thu, Jul 21, 2016 at 12:37 PM, Pedro Alves wrote: > Leave the call for side effects. > > gdb/ChangeLog: > yyyy-mm-dd Pedro Alves > > * windows-nat.c (handle_exception): Remove "th". It is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)