]> git.proxmox.com Git - pve-common.git/commit
change cpu shares: drop unused $cgroupv1_default parameter
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:51 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Nov 2022 13:59:51 +0000 (14:59 +0100)
commit91fa9a5e8fbaf72f81dd3afb1bcfc1b308434f84
tree9365d323a35041499701b7f566b08cc90662a076
parent666b0d869c223c89dab5164398bbe37187ba9c12
change cpu shares: drop unused $cgroupv1_default parameter

The only expression it appears in short-circuits, because the line
before ensures that $shares is guaranteed to be set.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/CGroup.pm