From patchwork Wed Nov 27 20:27:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Simon Marchi (Code Review)" X-Patchwork-Id: 36319 Received: (qmail 55068 invoked by alias); 27 Nov 2019 20:27:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 55053 invoked by uid 89); 27 Nov 2019 20:27:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx1.osci.io Received: from polly.osci.io (HELO mx1.osci.io) (8.43.85.229) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Nov 2019 20:27:45 +0000 Received: by mx1.osci.io (Postfix, from userid 994) id 7D630203AE; Wed, 27 Nov 2019 15:27:43 -0500 (EST) Received: from gnutoolchain-gerrit.osci.io (gnutoolchain-gerrit.osci.io [8.43.85.239]) by mx1.osci.io (Postfix) with ESMTP id 008542018B for ; Wed, 27 Nov 2019 15:27:38 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by gnutoolchain-gerrit.osci.io (Postfix) with ESMTP id CC50220AF6 for ; Wed, 27 Nov 2019 15:27:38 -0500 (EST) X-Gerrit-PatchSet: 1 Date: Wed, 27 Nov 2019 15:27:38 -0500 From: "Luis Machado (Code Review)" To: gdb-patches@sourceware.org Message-ID: Auto-Submitted: auto-generated X-Gerrit-MessageType: newchange Subject: [review] [Obvious] Remove stale FIXME comment X-Gerrit-Change-Id: I2436ca4ae4a6741012cafe8123325f738b692c9c X-Gerrit-Change-Number: 732 X-Gerrit-ChangeURL: X-Gerrit-Commit: be686049d66374fc06d271c52ed6ccbb8c68a6aa References: Reply-To: luis.machado@linaro.org, gdb-patches@sourceware.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Gerrit/3.0.3-79-g83ff7f88f1 Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/732 ...................................................................... [Obvious] Remove stale FIXME comment While debugging something, i noticed this odd FIXME comment. It seems stale and therefore here's a patch removing it. gdb/ChangeLog: 2019-11-27 Luis Machado * infrun.c (follow_fork_inferior): Remove outdated FIXME comment. Change-Id: I2436ca4ae4a6741012cafe8123325f738b692c9c --- M gdb/infrun.c 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/gdb/infrun.c b/gdb/infrun.c index 3718674..6a346d6 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -432,7 +432,6 @@ Can not resume the parent process over vfork in the foreground while\n\ holding the child stopped. Try \"set detach-on-fork\" or \ \"set schedule-multiple\".\n")); - /* FIXME output string > 80 columns. */ return 1; }