cpu-partitioning: drop unused variable
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
a861fdb899
commit
5f1ab33181
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ tmpdir=${f:strip:${f:exec:mktemp:-d}}
|
|||
isolated_cores_expanded=${f:cpulist_unpack:${isolated_cores}}
|
||||
isolated_cpumask=${f:cpulist2hex:${isolated_cores_expanded}}
|
||||
not_isolated_cores_expanded=${f:cpulist_invert:${isolated_cores_expanded}}
|
||||
not_isolated_cores=${f:cpulist_pack:${not_isolated_cores_expanded}}
|
||||
isolated_cores_online_expanded=${f:cpulist_online:${isolated_cores}}
|
||||
not_isolated_cores_online_expanded=${f:cpulist_online:${not_isolated_cores_expanded}}
|
||||
not_isolated_cpumask=${f:cpulist2hex:${not_isolated_cores_expanded}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue