virsh: remove stale comment

Copied from the vcpupin command, which has two modes of operation.
This commit is contained in:
Ján Tomko 2015-04-01 19:53:28 +02:00
parent ffe3d3e886
commit d647ed858e

View File

@ -6961,7 +6961,6 @@ cmdIOThreadPin(vshControl *ctl, const vshCmd *cmd)
goto cleanup;
cpumaplen = VIR_CPU_MAPLEN(maxcpu);
/* Pin mode: pinning specified vcpu to specified physical cpus*/
if (!(cpumap = vshParseCPUList(ctl, cpulist, maxcpu, cpumaplen)))
goto cleanup;