From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xen/arm: domain_build: Removed unused variable in write_properties Date: Wed, 14 Oct 2015 11:48:43 +0100 Message-ID: <1444819723.23192.151.camel@citrix.com> References: <1444815272-21871-1-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZmJc5-0006ox-VW for xen-devel@lists.xenproject.org; Wed, 14 Oct 2015 10:48:54 +0000 In-Reply-To: <1444815272-21871-1-git-send-email-julien.grall@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , xen-devel@lists.xenproject.org Cc: stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, 2015-10-14 at 10:34 +0100, Julien Grall wrote: > The variable new_data is initialized to NULL and free but never > allocated neither used. > > Signed-off-by: Julien Grall Acked + applied.