提交 dc64be90 编写于 作者: M Michal Privoznik

domtop: Remove unused variable

The variable 'k' in the print_cpu_usage function is not used anywhere
and can fire a warning on some compilers.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 859aa405
......@@ -199,7 +199,7 @@ print_cpu_usage(const char *dom_name,
virTypedParameterPtr now_params,
size_t now_nparams)
{
size_t i, j, k;
size_t i, j;
size_t nparams = now_nparams;
bool delim = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册