From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSnh1-0005SJ-Al for qemu-devel@nongnu.org; Mon, 08 Feb 2016 10:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSngx-0006J6-CW for qemu-devel@nongnu.org; Mon, 08 Feb 2016 10:25:35 -0500 Received: from demumfd002.nsn-inter.net ([93.183.12.31]:48565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSngw-0006I9-Od for qemu-devel@nongnu.org; Mon, 08 Feb 2016 10:25:30 -0500 From: marcin.krzeminski@nokia.com Date: Mon, 8 Feb 2016 16:25:01 +0100 Message-Id: <1454945111-728-2-git-send-email-marcin.krzeminski@nokia.com> In-Reply-To: <1454945111-728-1-git-send-email-marcin.krzeminski@nokia.com> References: <1454945111-728-1-git-send-email-marcin.krzeminski@nokia.com> Subject: [Qemu-devel] [PATCH v3 01/11] block: m25p80: Removed unused variable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: crosthwaitepeter@gmail.com, clg@fr.ibm.com, pawel.lenkow@itlen.com, marcin.krzeminski@nokia.com From: Marcin Krzeminski Signed-off-by: Marcin Krzeminski Reviewed-by: Peter Crosthwaite --- hw/block/m25p80.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index de24f42..2222124 100644 --- a/hw/block/m25p80.c +++ b/hw/block/m25p80.c @@ -246,8 +246,6 @@ typedef enum { typedef struct Flash { SSISlave parent_obj; - uint32_t r; - BlockBackend *blk; uint8_t *storage; -- 2.5.0