WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] tmem: Remove bogus variable decl, fixing

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tmem: Remove bogus variable decl, fixing build.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 06 Aug 2009 05:35:29 -0700
Delivery-date: Thu, 06 Aug 2009 05:37:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1249548817 -3600
# Node ID fb4b7032a9bc9ea44ef7cbb18720795afa113d06
# Parent  c98fd816db858917782dfaede518564bbbdd090d
tmem: Remove bogus variable decl, fixing build.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 xen/common/tmem.c |    1 -
 1 files changed, 1 deletion(-)

diff -r c98fd816db85 -r fb4b7032a9bc xen/common/tmem.c
--- a/xen/common/tmem.c Thu Aug 06 09:19:55 2009 +0100
+++ b/xen/common/tmem.c Thu Aug 06 09:53:37 2009 +0100
@@ -2103,7 +2103,6 @@ static int tmemc_restore_put_page(int cl
 {
     client_t *client = tmh_client_from_cli_id(cli_id);
     pool_t *pool =  (client == NULL) ? NULL : client->pools[pool_id];
-int ret = 0;
 
     if ( pool == NULL )
         return -1;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tmem: Remove bogus variable decl, fixing build., Xen patchbot-unstable <=