lib/cpuset: stop changing variable that is not read

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-03-30 21:28:27 +01:00
parent 650e6df62c
commit 4783f2005d
No known key found for this signature in database
GPG Key ID: A9553245FDE9B739
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ int cpumask_parse(const char *str, cpu_set_t *set, size_t setsize)
CPU_SET_S(cpu + 2, setsize, set);
if (val & 8)
CPU_SET_S(cpu + 3, setsize, set);
len--;
ptr--;
cpu += 4;
}