]> git.proxmox.com Git - pve-container.git/commit
vm_stop: remove unused exit_timeout parameter
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 May 2019 06:59:40 +0000 (06:59 +0000)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 10 May 2019 07:00:52 +0000 (07:00 +0000)
commit8d41edef47155c4493f9058eea7f970462c0907c
tree1965c42cfd1f6400f92f195732ffb0cf244aab41
parentbcf2296ae9280e5afe2d882385283807bfc09f54
vm_stop: remove unused exit_timeout parameter

No call-site used this parameter, and thus it was dead code,
remove it not only for cleanup sake but also to make space for a new
"nokill-after-timeout" parameter, comming in a future patch.

This code was always dead since it was introduced with the addition
of vm_stop in commit b1bad293c4f7a6024bbd363b6784b3875ca5d098
so pretty safe to remove anyway.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC.pm