From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107706 invoked by alias); 29 Jun 2016 08:51:47 -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 107623 invoked by uid 89); 29 Jun 2016 08:51:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-ob0-f170.google.com Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com) (209.85.214.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 29 Jun 2016 08:51:32 +0000 Received: by mail-ob0-f170.google.com with SMTP id ru5so16317543obc.1 for ; Wed, 29 Jun 2016 01:51:32 -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=6k7twmf4bz9l0U5QJxPCk4zggcq7Uz9nVDRm/+rsufI=; b=Yc63EXd5jJ9V5bBDzJnJLxsBrgY/pMVsdCgABZVnpqcn1AnF0gZCJyVcM5KC0CvHn0 U0SWHVoiKj0ulIXBtetXQoYUurn3Rmn4kyTFeFRzSkcHw2MRFGAyj9f+BpC5p1HX89WJ k9GI6vGfnrprCwQEQtVTU+rYjP/yUW9MO5kGL0w0zziiWE6tUCZjfo0augaWLn7XaOsb ExVk37Xjrs0oIjr5dWYBwblXSVnwRdx8uhtB9upUTBT7CLzgmuT5TyOnIV4mKV5U30il JzXWNwdphFDcapXvj0b/jwqqai3g53BSFQED9QEyFUwSK1B/2/mU2b2K9pR5o63JGJmW 3/RA== X-Gm-Message-State: ALyK8tIupO2MKOZ70FQ99PdiACvNPgqUPga5FhxA9OAGlMLAWhjlXSmXDSWt3QiePZCqQn1scdE3A5bcwysT6A== X-Received: by 10.157.47.189 with SMTP id r58mr4544785otb.163.1467190290888; Wed, 29 Jun 2016 01:51:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Wed, 29 Jun 2016 01:51:30 -0700 (PDT) In-Reply-To: <871t3huj6u.fsf@tromey.com> References: <1465248812-23902-1-git-send-email-tom@tromey.com> <1465248812-23902-4-git-send-email-tom@tromey.com> <871t3huj6u.fsf@tromey.com> From: Yao Qi Date: Wed, 29 Jun 2016 08:51:00 -0000 Message-ID: Subject: Re: [RFA 3/6] Comment out some unused overlay code To: Tom Tromey Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00488.txt.bz2 On Tue, Jun 28, 2016 at 9:55 PM, Tom Tromey wrote: >>>>>> "Yao" =3D=3D Yao Qi writes: > > Yao> I am inclined to remove these commented-out statements. > > Sounds good. Here's the new patch. > Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)