提交 2c0b8d6a 编写于 作者: A Andrea Bolognani

tests: Drop unnecessary variables

In qemuxml2xmltest, both activeVcpus and blockjobs members
of the testInfo struct have been entirely unused ever since
commit d1a7fc8b.
Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
上级 23e0bf1c
......@@ -30,9 +30,6 @@ struct testInfo {
char *outActiveName;
char *outInactiveName;
virBitmapPtr activeVcpus;
bool blockjobs;
virQEMUCapsPtr qemuCaps;
};
......@@ -108,9 +105,6 @@ testInfoClear(struct testInfo *info)
VIR_FREE(info->outActiveName);
VIR_FREE(info->outInactiveName);
virBitmapFree(info->activeVcpus);
info->activeVcpus = NULL;
virObjectUnref(info->qemuCaps);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册