]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: remove stale comment
authorJán Tomko <jtomko@redhat.com>
Wed, 1 Apr 2015 17:53:28 +0000 (19:53 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 2 Apr 2015 08:46:30 +0000 (10:46 +0200)
Copied from the vcpupin command, which has two modes of operation.

tools/virsh-domain.c

index eee441fd7203813753b2e753537ed9527636b69b..e7b5eeb394f79feac97a464b55ccae4a93734321 100644 (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;