From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdw1L-0002aa-4I for qemu-devel@nongnu.org; Tue, 14 Oct 2014 02:55:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xdw1E-0001EE-VY for qemu-devel@nongnu.org; Tue, 14 Oct 2014 02:55:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdw1E-0001E5-ON for qemu-devel@nongnu.org; Tue, 14 Oct 2014 02:55:40 -0400 Message-ID: <1413269730.3199.4.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 14 Oct 2014 08:55:30 +0200 In-Reply-To: <1412970269-21120-1-git-send-email-peter.maydell@linaro.org> References: <1412970269-21120-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/display/vga: Remove unused arrays dmask4 and dmask16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: David Gibson , qemu-devel@nongnu.org, patches@linaro.org On Fr, 2014-10-10 at 20:44 +0100, Peter Maydell wrote: > Following cleanup of the vga device code in commit d2e043a8041, > the arrays dmask4 and dmask16 are now unused. gcc doesn't warn > about this, but clang does; remove them. Queued up. thanks, Gerd