cyclictest: fix leftover debbuging comment in argument processing

Left a single line comment in the switch statement for handling
affinity options. Removed it.

Signed-off-by: Clark Williams <clark.williams@gmail.com>
This commit is contained in:
Clark Williams 2014-03-30 11:05:49 -05:00
parent 266a7b90a5
commit 041e643710
1 changed files with 1 additions and 1 deletions

View File

@ -1985,7 +1985,7 @@ int main(int argc, char **argv)
case AFFINITY_UNSPECIFIED: par->cpu = -1; break;
case AFFINITY_SPECIFIED:
par->cpu = cpu_for_thread(i, max_cpus);
//if (verbose)
if (verbose)
printf("Thread %d using cpu %d.\n", i,
par->cpu);
break;