From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129175 invoked by alias); 26 Nov 2016 15:29:19 -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 129161 invoked by uid 89); 26 Nov 2016 15:29:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=HX-PHP-Originating-Script:rcube.php, isolated, jun X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 26 Nov 2016 15:29:16 +0000 Received: by simark.ca (Postfix, from userid 33) id 223FD1E86E; Sat, 26 Nov 2016 10:29:15 -0500 (EST) To: Pedro Alves Subject: Re: [PATCH 07/22] Remove stale comments X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 26 Nov 2016 15:29:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: References: <20161124152428.24725-1-simon.marchi@polymtl.ca> <20161124152428.24725-8-simon.marchi@polymtl.ca> Message-ID: <73ca6a8bca4a673610e0c8e20a716d46@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.2 X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00890.txt.bz2 On 2016-11-24 13:38, Pedro Alves wrote: > On 11/24/2016 03:24 PM, Simon Marchi wrote: >> I am pretty sure that these comments aren't true anymore. > > Right, the default ui_out is gone, since: > > commit 23ff98d2fed4a1eaeb815e18cd4169e5aa7aaa60 > Author: Pedro Alves > AuthorDate: Tue Jun 21 01:11:48 2016 +0100 > > Delete def_uiout > > Thanks, > Pedro Alves Thanks, I pushed it since it's pretty much isolated.