qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 23/41] migration.c: remove redundant line in migr


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH v2 23/41] migration.c: remove redundant line in migrate_init()
Date: Mon, 4 Jun 2012 18:57:25 +0900

Signed-off-by: Isaku Yamahata <address@hidden>
---
 migration.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/migration.c b/migration.c
index 3f485d3..753addb 100644
--- a/migration.c
+++ b/migration.c
@@ -367,7 +367,6 @@ static MigrationState *migrate_init(int blk, int inc)
     int64_t bandwidth_limit = s->bandwidth_limit;
 
     memset(s, 0, sizeof(*s));
-    s->bandwidth_limit = bandwidth_limit;
     s->blk = blk;
     s->shared = inc;
 
-- 
1.7.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]