migration: Dead assignment of current_time
commit95a7788b2faa81ff95675f1e46a3272a612b35de
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 18 Nov 2015 11:48:40 +0000 (18 11:48 +0000)
committerJuan Quintela <quintela@redhat.com>
Thu, 19 Nov 2015 10:49:53 +0000 (19 11:49 +0100)
tree76ab03e82629532a45a7eb67a3636e7fa0836ca6
parent84e7b80a05c0c44b90533c6cd2f1db5c932ccf77
migration: Dead assignment of current_time

I set current_time before the postcopy test but never use it;
(I think this was from the original version where it was time based).
Spotted by coverity, CID 1339208

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c