From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102354 invoked by alias); 2 Feb 2016 23:58:24 -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 102337 invoked by uid 89); 2 Feb 2016 23:58:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=obv, it! X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 02 Feb 2016 23:58:23 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id DA5B470000; Tue, 2 Feb 2016 23:58:21 +0000 (UTC) Received: from [10.36.112.51] (ovpn-112-51.ams2.redhat.com [10.36.112.51]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u12NwK6o000887; Tue, 2 Feb 2016 18:58:21 -0500 Subject: Re: [PATCH obv] ui-out.c: Remove unused enum To: Simon Marchi , gdb-patches@sourceware.org References: <1454449278-13669-1-git-send-email-simon.marchi@ericsson.com> From: Phil Muldoon Message-ID: <56B1429B.7090908@redhat.com> Date: Tue, 02 Feb 2016 23:58:00 -0000 MIME-Version: 1.0 In-Reply-To: <1454449278-13669-1-git-send-email-simon.marchi@ericsson.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00064.txt.bz2 On 02/02/16 21:41, Simon Marchi wrote: > FYI, I just pushed this as obvious. > > This is unused since 54eb231c4bca046e8b8cd73461f695e02c5620d5, where > static arrays of ui_out_levels were replaced with vectors. > > gdb/ChangeLog: > Oops looks like I missed it in a refactor! Thanks for eliminating it! Cheers Phil