From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNiw5-0002EJ-JD for qemu-devel@nongnu.org; Tue, 17 Feb 2015 09:15:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNiw0-0005GS-QX for qemu-devel@nongnu.org; Tue, 17 Feb 2015 09:15:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNiw0-0005GF-Jr for qemu-devel@nongnu.org; Tue, 17 Feb 2015 09:15:32 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1HEFWXs009270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Feb 2015 09:15:32 -0500 Message-ID: <54E34D02.5000202@redhat.com> Date: Tue, 17 Feb 2015 09:15:30 -0500 From: Max Reitz MIME-Version: 1.0 References: <1424180965-32695-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1424180965-32695-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qcow2: Remove unused struct QCowCreateState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: stefanha@redhat.com On 2015-02-17 at 08:49, Kevin Wolf wrote: > The only user went away five years ago with commit a9420734 ('qcow2: > Simplify image creation'). It's about time to remove it. > > Signed-off-by: Kevin Wolf > --- > block/qcow2.h | 11 ----------- > 1 file changed, 11 deletions(-) Reviewed-by: Max Reitz