diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index eee441fd7203813753b2e753537ed9527636b69b..e7b5eeb394f79feac97a464b55ccae4a93734321 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -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;