diff options
| author | dinglimin | 2022-09-28 10:05:55 +0200 |
|---|---|---|
| committer | Thomas Huth | 2022-10-11 12:37:12 +0200 |
| commit | 770beadb984d630a89b5a7327925a4cfba4488d5 (patch) | |
| tree | 8fd5ab02eeef08e01f378393b286f5e370c03867 /tests/migration | |
| parent | qtest: "-display none" is set in qtest_init() (diff) | |
| download | qemu-770beadb984d630a89b5a7327925a4cfba4488d5.tar.gz qemu-770beadb984d630a89b5a7327925a4cfba4488d5.tar.xz qemu-770beadb984d630a89b5a7327925a4cfba4488d5.zip | |
tests/migration: remove the unused local variable
Remove the unused local variable "records".
Signed-off-by: dinglimin <dinglimin@cmss.chinamobile.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Message-Id: <20220928080555.2263-1-dinglimin@cmss.chinamobile.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/migration')
| -rw-r--r-- | tests/migration/guestperf/engine.py | 1 |
1 files changed, 0 insertions, 1 deletions
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']) |
