From: dinglimin Date: Wed, 28 Sep 2022 08:05:55 +0000 (+0800) Subject: tests/migration: remove the unused local variable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=770beadb984d630a89b5a7327925a4cfba4488d5;p=qemu.git tests/migration: remove the unused local variable Remove the unused local variable "records". Signed-off-by: dinglimin Reviewed-by: Ján Tomko Message-Id: <20220928080555.2263-1-dinglimin@cmss.chinamobile.com> Signed-off-by: Thomas Huth --- diff --git a/tests/migration/guestperf/engine.py b/tests/migration/guestperf/engine.py index 87a6ab2009..59fca2c70b 100644 --- a/tests/migration/guestperf/engine.py +++ b/tests/migration/guestperf/engine.py @@ -65,7 +65,6 @@ class Engine(object): return records def _cpu_timing(self, pid): - records = [] now = time.time() jiffies_per_sec = os.sysconf(os.sysconf_names['SC_CLK_TCK'])